SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
SQL Server Vocab
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A special type of __________ that has an anchor query - which is the source of the recursion - along with a UNION ALL statement and a second query - which recurses across the anchor query - and an outer query - which references the _____ and specifie
Correlated subquery
Recursive CTE
Service
Geography data type
2. A component that processes a document to extract the textual information from documents stored in a varbinary(max) or image column and then sends that information to the word breaker
XML data type
Clustered Index
Parameter
Filter
3. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
Geography data type
Filter daemon host process (Fdhost exe)
Parameter
JOIN
4. An option that is available for views and functions that ensures any dependent objects cannot be dropped unless the view or function is dropped first.
Schema binding
OGC Extended Methods
Token
Full-text Index
5. A _________ that is set on one or more columns in a table that ensures the data in each row is unique within the table for that column or combination of columns; A unique _________ allows NULL values and therefore cannot be used to uniquely identify
Execution context
Unique constraint
Population (crawl)
Fllestream
6. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
Indexed view
Constraint
Cursor
Atomicity
7. An international nonprofit organization that develops standards for geospatial and location-based services.
Check constraint
Open Geospatial Consortium (OGC)
Instantiation
Cursor
8. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Token
SQLCLR
Event group
Atomicity
9. A conversation between two specific Services - Broker services that provides exactly-once-in-order - (EOIO) message delivery
Well-known binary (WKB)
Cost
Dialog
Contract
10. A set of DDL events within the DDL event hierarchy
Consistency
Recursive CTE
Schema binding
Event group
11. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
Stoplist
Aggregate function
Noncorrelated subquery
Service
12. A role specified when enabling CDC that is used to limit access to the change data
Gating role
OUTER JOIN
Stemmer
Row Identifier (RID)
13. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
Variable
DML trigger
Unique constraint
Geometry data type
14. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Primary key
Consistency
Cmdlets
Full-text catalog
15. The process of adding data to a full -text index either during creation or when the full-text index is built.
Geometry data type
Population (crawl)
Stopword
Conversation group
16. A rule applied to a column{s} within a table that is used to validate changes and ensure that data within a table does not violate business rules
Gating role
Constraint
Check constraint
Object
17. A function that returns the same value every time it is executed given the same input parameters
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Clustered Index
DetermInistic function
Row Identifier (RID)
18. Actions an object can perform.
Partition function
Methods
XML data type
Term
19. A built-in or user-defined function that provides a calculation on a set of rows or values
DetermInistic function
Table-valued function
Aggregate function
Distributed partitioned view
20. One column per table can be defined as its identity; The __________ property automatically generates a new increased or decreased number for the column when rows are inserted into the table
Cost
Constraint
Identlty
Event group
21. A named SQL statement programming object that can be called in either a SELECT or FROM clause that returns a single {scalar} value or a value with a table data type - but is not allowed to modify the state of a database or the instance
Word breaker
Conversation priority
Route
Function
22. A service that starts Fdhost:exe processes when the Full-Text Engine requires them.
Identlty
DetermInistic function
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Route
23. Sets the relative precedence for Service Broker conversations
Aggregate function
UNION
Object
Conversation priority
24. A TSQL operator that combines the result sets from multiple queries.
Clustered Index
Table-valued function
Consistency
UNION
25. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Materialized view
Token
Correlated subquery
Primary key
26. The security credentials under which a code module is executed
Function
Object
Conversation priority
Execution context
27. Is well formed; that is - it must have a root node.
XML document
Partition function
Log Sequence Number (LSN)
Term
28. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Upper bound
Cursor
Full-Text Engine
Well-known binary (WKB)
29. A hidden table where Service Broker messages are stored until they are processed.
Thesaurus
Distributed partitioned view
Queue
Full-Text Engine
30. A variable that is passed to a stored procedure or function.
Well-known text (WKT)
Parameter
XML document
Spatial reference identifier (SRID)
31. A long-term - asynchronous - and reliable communication channel across which messages are sent by using Service Broker
Conversation
Row Identifier (RID)
Queue
Full-text catalog
32. Tables within a database that store modified rows in a database with CDC enabled
User-defined function (UDF)
XML fragment
Stored procedure
Change tables
33. A constraint that applies a Boolean expression to rows added or updated in tables to verify whether the update should be allowed
Durability
Stoplist
Function
Check constraint
34. The process of producing a particular instance of an object based on the object's properties and methods
Clustered Index
Population (crawl)
Stoplist
Instantiation
35. A number assigned to entries within a transaction log to aid with recovery; lower bound Defines a starting ________ to define a valid range of rows within a change table.
Stopword
Log Sequence Number (LSN)
System process ID (SPID)
Word breaker
36. Provides security to dialogs connecting to remote databases.
Full-text Index
Stoplist
Instantiation
Remote service binding
37. A query that is embedded within - and references columns from - an outer query
Page
Stoplist
Isolation
Correlated subquery
38. A numeric value assigned to each connection to SQL Server.
XML document
OGC Extended Methods
Conversation priority
System process ID (SPID)
39. An internal metric used by SOL Server to determine the amount of processing resources a given query plan will consume
Cost
XML
Aggregate function
User-defined function (UDF)
40. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
Schema binding
Isolation
XML data type
OUTER JOIN
41. A function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
SQLCLR
Object
Scalar function
Gating role
42. A way to make SQL Server return a stream making up an XML document or fragment
FOR XML
Partition function
Stopword
Check constraint
43. A TSQL operator that combines multiple related tables to define the result set; The _______ syntax defines a column or columns which are common between the tables that are used to correlate the data.
DML trigger
XML
JOIN
XML document
44. The smallest storage object maintained by SQL Server; a _____ is exactly 8 KB in size.
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Log Sequence Number (LSN)
Page
Impersonation
45. A deterministic view that has a unique - clustered _____ created against it
Full-Text Engine
Index
Parameter
Indexed view
46. A physical structure implemented as a balanced tree that is used to speed up query operations
Index
Contract
Upper bound
Unique constraint
47. _______ designed to work with geometry and geography data types.
OGC Extended Methods
Filter
INNER JOIN
Dialog
48. A _________ that might return a different value each time it is called given the same input parameter.
Nondeterministic function
Geometry data type
Row Identifier (RID)
FOR XML
49. A trigger that executes in response to a DML event
Nondeterministic function
Full-text Index
Conversation priority
DML trigger
50. A part of the SQL Server process that manages full-text administrative tasks - handles full-text query execution - and manages the filter daemon host process
Token
XML data type
DDL trigger
Full-Text Engine