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 database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
Constraint
Noncorrelated subquery
Stoplist
FOR XML
2. The process by which a user assumes the security credentials of another user
FOR XML
Impersonation
Queue
Heap
3. A numeric value assigned to each connection to SQL Server.
Durability
Correlated subquery
System process ID (SPID)
Message type
4. A collection of conversations that are related
Conversation group
Population (crawl)
Execution context
Log Sequence Number (LSN)
5. A query that is embedded within - and references columns from - an outer query
SQLCLR
XML data type
Cost
Correlated subquery
6. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
Contract
Term
XML data type
Token
7. Provides security to dialogs connecting to remote databases.
Population (crawl)
Remote service binding
Module
Scalar function
8. Defines the name and contents of a message.
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Message type
Conversation priority
Foreign key constraInt
9. A _________ that might return a different value each time it is called given the same input parameter.
Materialized view
Geography data type
Filter
Nondeterministic function
10. 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.
Cursor
Instantiation
Stored procedure
PartItioned view
11. A ____ that includes all rows from an outer table and includes any rows from the inner table that match the _____ criteria.
Dialog
Module
OUTER JOIN
Well-known text (WKT)
12. Tables within a database that store modified rows in a database with CDC enabled
Service
Change tables
Population (crawl)
Unique constraint
13. A long-term - asynchronous - and reliable communication channel across which messages are sent by using Service Broker
Service Broker endpoint
OGC Extended Methods
Conversation
UNION
14. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Service
Heap
Term
Route
15. A service that starts Fdhost:exe processes when the Full-Text Engine requires them.
Geometry data type
Aggregate function
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
FOR XML
16. A reference ID associated with a specific model of the earth. These IDs reference the European Petroleum Survey Group (EPSG) standard identification system.
Spatial reference identifier (SRID)
SQLCLR
INNER JOIN
Methods
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.
Primary key
Partition function
Distributed partitioned view
Module
18. A property that can be applied to the varbinary(max) data type and that makes the actual data reside in a directory structure in the file system instead of inside the database's data file or files
Fllestream
Word breaker
Identlty
Schema binding
19. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
FOR XML
INNER JOIN
Variable
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
20. Used to configure SQL Server to send and receive messages over TCP/IP connections.
Term
Partition function
FOR XML
Service Broker endpoint
21. A table without a clustered index; (A ____ can still have nonclustered indexes defined on it)
Materialized view
Filter daemon host process (Fdhost exe)
Instantiation
Heap
22. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
INNER JOIN
SQLCLR
Geometry data type
Scalar function
23. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Full-text Index
Cmdlets
SQLCLR
Conversation
24. 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.
Cmdlets
Word breaker
Well-known binary (WKB)
Service
25. 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
Table-valued function
Nondeterministic function
Index
Isolation
26. 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
UNION
Unique constraint
Nonclustered Index
Execution context
27. 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
Variable
Token
Primary key
Full-Text Engine
28. An index that imposes a physical order on the rows within a table- There can only be a single clustered index on a table
Identlty
XML
Clustered Index
Full-Text Engine
29. After a transaction is committed - the final state of the data is still available even if the server fails or is restarted
Partition scheme
Durability
Full-Text Engine
Open Geospatial Consortium (OGC)
30. A function created as TSQL or as Common Language Runtime (CLR) code; TSQL ____s include scalar - multi statement table valued - and inline table-valued functions.
Function
Object
User-defined function (UDF)
Token
31. 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.
Well-known binary (WKB)
JOIN
Atomicity
Execution context
32. A trigger that executes in response to a DML event
DML trigger
Filter daemon host process (Fdhost exe)
Nondeterministic function
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
33. A deterministic view that has a unique - clustered _____ created against it
Page
XML document
Indexed view
System process ID (SPID)
34. A variable that is passed to a stored procedure or function.
Cmdlets
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Parameter
Methods
35. Defines on which file group each ________ defined by a _______ function should be stored.
Dialog
Consistency
Partition scheme
Filter daemon host process (Fdhost exe)
36. 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
Token
FOR XML
Gating role
Recursive CTE
37. Is well formed; that is - it must have a root node.
SQLCLR
XML document
Row Identifier (RID)
Message type
38. A numeric value representing a physical location within a heap and page.
Log Sequence Number (LSN)
Row Identifier (RID)
OGC Extended Methods
Queue
39. 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
Stored procedure
Function
Parameter
Distributed partitioned view
40. An object that contains significant words and their locations within the columns included in the index
Consistency
Distributed partitioned view
Full-text Index
Row Identifier (RID)
41. A way to make SQL Server return a stream making up an XML document or fragment
Service
FOR XML
Upper bound
Cmdlets
42. A special case of a partitioned view where the member tables are stored on multiple SOL Server instances
FOR XML
Distributed partitioned view
Function
Gating role
43. 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
Constraint
Check constraint
Filter daemon host process (Fdhost exe)
XML document
44. 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
Spatial reference identifier (SRID)
Contract
Upper bound
XML document
45. _______ designed to work with geometry and geography data types.
System process ID (SPID)
Execution context
OGC Extended Methods
Cursor
46. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Filter daemon host process (Fdhost exe)
Geometry data type
Atomicity
Primary key
47. A collection of properties and methods that provide a defined functionality.
Geography data type
Indexed view
Object
Cmdlets
48. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Filter daemon host process (Fdhost exe)
Change tables
Stopword
Materialized view
49. 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.
Execution context
Nondeterministic function
Consistency
Schema binding
50. The name given to the group of tasks within a Service Broker solution that require messages to be sent.
Consistency
Spatial reference identifier (SRID)
Thesaurus
Service