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 function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
Population (crawl)
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Scalar function
Gating role
2. An object that contains significant words and their locations within the columns included in the index
Full-text Index
Partition scheme
Clustered Index
Stored procedure
3. A query that is embedded within - but does not reference any columns from - an outer query.
Distributed partitioned view
UNION
Message type
Noncorrelated subquery
4. A variable that is passed to a stored procedure or function.
Distributed partitioned view
Parameter
Atomicity
Aggregate function
5. 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.
JOIN
Conversation priority
Variable
Foreign key constraInt
6. _______ designed to work with geometry and geography data types.
Full-text Index
Methods
OGC Extended Methods
Primary key
7. The process of adding data to a full -text index either during creation or when the full-text index is built.
XML data type
Filter daemon host process (Fdhost exe)
Primary key
Population (crawl)
8. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
Filter daemon host process (Fdhost exe)
Distributed partitioned view
Clustered Index
INNER JOIN
9. A deterministic view that has a unique - clustered _____ created against it
Partition scheme
Indexed view
Remote service binding
Conversation priority
10. A virtual object that represents a group of full-text indexes
Cost
Execution context
User-defined function (UDF)
Full-text catalog
11. The name given to the group of tasks within a Service Broker solution that require messages to be sent.
Queue
Service
Event group
Materialized view
12. A set of code that is stored within a database; The ____ types supported by SQL Server are triggers - functions - views - and stored procedures.
Variable
Well-known binary (WKB)
FOR XML
Module
13. Actions an object can perform.
Partition function
Methods
Word breaker
Full-Text Engine
14. A ____ that includes all rows from an outer table and includes any rows from the inner table that match the _____ criteria.
Service
Conversation
Nonclustered Index
OUTER JOIN
15. An index that imposes a physical order on the rows within a table- There can only be a single clustered index on a table
Clustered Index
Noncorrelated subquery
Object
XML
16. A way to make SQL Server return a stream making up an XML document or fragment
FOR XML
Foreign key constraInt
Unique constraint
Isolation
17. A constraint that is set on one column or a combination of columns in a table that must uniquely identify a row in the table; By definition - the __________ cannot contain NULL values.
Thesaurus
Change tables
Impersonation
Primary key
18. Is well formed; that is - it must have a root node.
Filter daemon host process (Fdhost exe)
INNER JOIN
XML document
Dialog
19. A service that starts Fdhost:exe processes when the Full-Text Engine requires them.
Cmdlets
Cursor
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Event group
20. Sets the relative precedence for Service Broker conversations
Service Broker endpoint
Conversation priority
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Noncorrelated subquery
21. The process of producing a particular instance of an object based on the object's properties and methods
Constraint
Instantiation
Primary key
XML
22. A function that returns the results as a table data type.
Conversation priority
Service
Methods
Table-valued function
23. 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.
Service Broker endpoint
Log Sequence Number (LSN)
Stored procedure
Stemmer
24. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Durability
Upper bound
Term
Cmdlets
25. The security credentials under which a code module is executed
Recursive CTE
Execution context
Correlated subquery
Parameter
26. A function that returns the same value every time it is executed given the same input parameters
Execution context
DetermInistic function
Parameter
Spatial reference identifier (SRID)
27. The word - phrase - or character string included as input in the full -text query.
FOR XML
Cursor
Term
Gating role
28. An international nonprofit organization that develops standards for geospatial and location-based services.
SQLCLR
Consistency
Nonclustered Index
Open Geospatial Consortium (OGC)
29. An index that contains one or more columns in a table that are used to improve query efficiency; If the table has a ______ index - the root level of the _______ index points back to the clustering key - otherwise - the root level points to a row in
INNER JOIN
Nonclustered Index
Event group
Dialog
30. A _________ that might return a different value each time it is called given the same input parameter.
Noncorrelated subquery
Fllestream
Term
Nondeterministic function
31. A process that finds word boundaries (tokenizes words) based on the linguistic rules for the data language specified; You can specify the language of the data in the column when creating a full-text index on a table.
Index
Atomicity
Word breaker
User-defined function (UDF)
32. A query that is embedded within - and references columns from - an outer query
Parameter
Indexed view
User-defined function (UDF)
Correlated subquery
33. A TSQL operator that combines the result sets from multiple queries.
UNION
Schema binding
Nondeterministic function
Spatial reference identifier (SRID)
34. A conversation between two specific Services - Broker services that provides exactly-once-in-order - (EOIO) message delivery
DML trigger
Partition scheme
Geometry data type
Dialog
35. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Row Identifier (RID)
Foreign key constraInt
Well-known text (WKT)
Atomicity
36. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
Geography data type
Gating role
XML
Queue
37. The process by which a user assumes the security credentials of another user
Object
Filter daemon host process (Fdhost exe)
Impersonation
Queue
38. An agreement between two services that defines the message types the services send to accomplish certain tasks- It also defines what participants can send which message types
XML fragment
Contract
Table-valued function
Parameter
39. Tables within a database that store modified rows in a database with CDC enabled
Nonclustered Index
Conversation group
Aggregate function
Change tables
40. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
Filter daemon host process (Fdhost exe)
Population (crawl)
Event group
Unique constraint
41. A collection of properties and methods that provide a defined functionality.
OGC Extended Methods
Index
Object
Primary key
42. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Parameter
Route
Token
XML fragment
43. A built-in or user-defined function that provides a calculation on a set of rows or values
Geometry data type
XML fragment
Identlty
Aggregate function
44. Is not well-formed; that is - it does not have a root node.
XML fragment
Queue
Unique constraint
Correlated subquery
45. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Queue
Word breaker
Well-known binary (WKB)
INNER JOIN
46. A process that provides inflectional matches to verbs and nouns based on the linguistic rules of the data language defined.
Foreign key constraInt
Stemmer
Partition function
SQLCLR
47. A numeric value representing a physical location within a heap and page.
Row Identifier (RID)
Object
Page
XML
48. A trigger that executes in response to a DML event
Atomicity
Stemmer
Foreign key constraInt
DML trigger
49. 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
DDL trigger
Row Identifier (RID)
Scalar function
Recursive CTE
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
Distributed partitioned view
Table-valued function
DetermInistic function
Full-Text Engine