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. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Dialog
Cmdlets
System process ID (SPID)
Well-known binary (WKB)
2. 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
Term
Change tables
Unique constraint
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
3. A constraint that is used to implement referential integrity between tables (or even within a single table)
Filter
Full-Text Engine
Object
Foreign key constraInt
4. A way to make SQL Server return a stream making up an XML document or fragment
FOR XML
Table-valued function
System process ID (SPID)
Instantiation
5. A ____ that includes all rows from an outer table and includes any rows from the inner table that match the _____ criteria.
Cursor
Spatial reference identifier (SRID)
OUTER JOIN
Foreign key constraInt
6. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
Check constraint
Filter daemon host process (Fdhost exe)
Isolation
Well-known text (WKT)
7. A constraint that applies a Boolean expression to rows added or updated in tables to verify whether the update should be allowed
Check constraint
Module
Conversation
SQLCLR
8. Sets the relative precedence for Service Broker conversations
Service
Filter
Conversation priority
Primary key
9. A set of DDL events within the DDL event hierarchy
Execution context
Service Broker endpoint
Event group
FOR XML
10. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
UNION
DetermInistic function
Variable
Change tables
11. 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
Module
Indexed view
Route
12. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
Filter
FOR XML
XML fragment
Stoplist
13. Is well formed; that is - it must have a root node.
Page
Full-Text Engine
Module
XML document
14. Defines the name and contents of a message.
OUTER JOIN
Consistency
Object
Message type
15. The process of producing a particular instance of an object based on the object's properties and methods
XML
UNION
Instantiation
OUTER JOIN
16. A set of code that is stored within a database; The ____ types supported by SQL Server are triggers - functions - views - and stored procedures.
Nondeterministic function
Log Sequence Number (LSN)
Conversation group
Module
17. 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
Queue
Identlty
Heap
XML document
18. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Identlty
Cursor
Queue
Upper bound
19. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Methods
Nonclustered Index
Constraint
SQLCLR
20. Is not well-formed; that is - it does not have a root node.
System process ID (SPID)
Function
XML fragment
Full-text catalog
21. A hidden table where Service Broker messages are stored until they are processed.
Well-known text (WKT)
Queue
Clustered Index
Full-Text Engine
22. 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
FOR XML
Token
Well-known binary (WKB)
23. 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.
FOR XML
Stored procedure
Geography data type
Primary key
24. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
Full-text Index
Geography data type
Stored procedure
Full-Text Engine
25. A numeric value representing a physical location within a heap and page.
Upper bound
Row Identifier (RID)
Cost
Unique constraint
26. A collection of conversations that are related
Stored procedure
Parameter
Spatial reference identifier (SRID)
Conversation group
27. A function that defines the values that divide a table or index into multiple ___________.
Partition function
Indexed view
Materialized view
Full-text Index
28. An object that contains significant words and their locations within the columns included in the index
Parameter
Full-text Index
Correlated subquery
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
29. During a transaction (before it is committed or rolled back) the data must remain in an isolated state and not be accessible to other transactions; In SQL Server - the isolation level can be controlled for each transaction
PartItioned view
System process ID (SPID)
Isolation
INNER JOIN
30. Actions an object can perform.
Schema binding
Methods
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Scalar function
31. A physical structure implemented as a balanced tree that is used to speed up query operations
Index
Well-known text (WKT)
Methods
XML data type
32. A process that provides inflectional matches to verbs and nouns based on the linguistic rules of the data language defined.
Distributed partitioned view
Index
Stemmer
Well-known binary (WKB)
33. The smallest storage object maintained by SQL Server; a _____ is exactly 8 KB in size.
Log Sequence Number (LSN)
Conversation
Partition scheme
Page
34. A word or character string defined by a word breaker.
Token
Fllestream
Page
Cursor
35. Used to configure SQL Server to send and receive messages over TCP/IP connections.
Consistency
Cursor
Service Broker endpoint
Token
36. A trigger that executes in response to a DML event
Term
DML trigger
Indexed view
Materialized view
37. XML files that define synonyms for terms in a specific language.
Thesaurus
Service Broker endpoint
Message type
Geography data type
38. A standard created by the OGC that is used to represent text-based descriptions of geospatial objects.
OUTER JOIN
JOIN
Well-known text (WKT)
Service Broker endpoint
39. A ____ that utilizes a UNION ALL clause to combine multiple member tables of the same structure into a single result set.
PartItioned view
Scalar function
Dialog
Fllestream
40. The name given to the group of tasks within a Service Broker solution that require messages to be sent.
Clustered Index
Service
Stored procedure
XML document
41. 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
Recursive CTE
Distributed partitioned view
Well-known text (WKT)
SQLCLR
42. A trigger that executes in response to a DDL event
DML trigger
Full-text catalog
XML fragment
DDL trigger
43. Provides security to dialogs connecting to remote databases.
Remote service binding
Population (crawl)
Service
INNER JOIN
44. A long-term - asynchronous - and reliable communication channel across which messages are sent by using Service Broker
Foreign key constraInt
User-defined function (UDF)
Conversation
Check constraint
45. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Atomicity
Service
Indexed view
Row Identifier (RID)
46. Defines on which file group each ________ defined by a _______ function should be stored.
XML data type
Distributed partitioned view
Partition scheme
Cmdlets
47. A module of code that is stored within a database that provides an API that applications can use to abstract the database structure from application code.
Dialog
Stored procedure
Partition scheme
Nondeterministic function
48. Tables within a database that store modified rows in a database with CDC enabled
Conversation
Nondeterministic function
Change tables
Well-known binary (WKB)
49. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
Row Identifier (RID)
XML data type
Conversation priority
Log Sequence Number (LSN)
50. 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
Durability
Index
Constraint
Correlated subquery