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 word that is commonly used and adds no meaning to a search - such as a - an - and the; _________s in SQL Server 2008 provide similar functionality to noise words in SQL Server 2005.
Distributed partitioned view
Indexed view
Stopword
Spatial reference identifier (SRID)
2. A service that starts Fdhost:exe processes when the Full-Text Engine requires them.
Geography data type
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Filter
Schema binding
3. A function that returns the results as a table data type.
Table-valued function
Methods
Materialized view
Durability
4. 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
Spatial reference identifier (SRID)
Isolation
Open Geospatial Consortium (OGC)
Materialized view
5. A collection of properties and methods that provide a defined functionality.
Object
Partition scheme
Well-known binary (WKB)
Queue
6. 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
Impersonation
Route
Message type
Unique constraint
7. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Cursor
Route
Stored procedure
Object
8. Sets the relative precedence for Service Broker conversations
Scalar function
DetermInistic function
Conversation priority
Function
9. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
FOR XML
Clustered Index
XML data type
XML fragment
10. A function that returns the same value every time it is executed given the same input parameters
Service Broker endpoint
DetermInistic function
Filter daemon host process (Fdhost exe)
Service
11. The process by which a user assumes the security credentials of another user
Stoplist
Object
Check constraint
Impersonation
12. A word or character string defined by a word breaker.
Unique constraint
Token
Well-known text (WKT)
Message type
13. 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.
Heap
Route
Primary key
Partition scheme
14. After a transaction is committed - the final state of the data is still available even if the server fails or is restarted
DetermInistic function
Durability
Conversation priority
Change tables
15. 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
Gating role
Function
Queue
Table-valued function
16. A ____ that utilizes a UNION ALL clause to combine multiple member tables of the same structure into a single result set.
Upper bound
Full-text Index
PartItioned view
Service Broker endpoint
17. Is not well-formed; that is - it does not have a root node.
Partition scheme
Variable
XML fragment
Durability
18. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
Row Identifier (RID)
INNER JOIN
Stoplist
Page
19. A function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
Scalar function
Token
Upper bound
Fllestream
20. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Constraint
SQLCLR
Filter daemon host process (Fdhost exe)
Indexed view
21. The process of producing a particular instance of an object based on the object's properties and methods
Filter daemon host process (Fdhost exe)
XML fragment
Instantiation
Row Identifier (RID)
22. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
XML fragment
Nonclustered Index
OUTER JOIN
Variable
23. A query that is embedded within - but does not reference any columns from - an outer query.
Schema binding
Check constraint
SQLCLR
Noncorrelated subquery
24. A TSQL operator that combines the result sets from multiple queries.
Methods
UNION
Queue
Word breaker
25. 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
Row Identifier (RID)
Foreign key constraInt
Cmdlets
Contract
26. Defines on which file group each ________ defined by a _______ function should be stored.
Stored procedure
Partition scheme
Execution context
Geometry data type
27. The security credentials under which a code module is executed
Primary key
Execution context
User-defined function (UDF)
DML trigger
28. An object that contains significant words and their locations within the columns included in the index
Full-text Index
Nondeterministic function
Noncorrelated subquery
DetermInistic function
29. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
Log Sequence Number (LSN)
Change tables
Word breaker
INNER JOIN
30. A built-in or user-defined function that provides a calculation on a set of rows or values
Aggregate function
Route
Token
Instantiation
31. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
XML document
Stopword
Cursor
Isolation
32. A constraint that is used to implement referential integrity between tables (or even within a single table)
Foreign key constraInt
OGC Extended Methods
Correlated subquery
Stored procedure
33. A physical structure implemented as a balanced tree that is used to speed up query operations
Stopword
Variable
Queue
Index
34. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
Primary key
Filter daemon host process (Fdhost exe)
Well-known binary (WKB)
Well-known text (WKT)
35. An internal metric used by SOL Server to determine the amount of processing resources a given query plan will consume
Word breaker
Cost
Indexed view
Row Identifier (RID)
36. 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
Token
DetermInistic function
Filter
Log Sequence Number (LSN)
37. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Methods
Module
Full-text catalog
Upper bound
38. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Thesaurus
Partition scheme
JOIN
Well-known binary (WKB)
39. A standard created by the OGC that is used to represent text-based descriptions of geospatial objects.
Gating role
Stopword
Noncorrelated subquery
Well-known text (WKT)
40. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
Correlated subquery
Page
Object
Geography data type
41. A function that defines the values that divide a table or index into multiple ___________.
Conversation group
Primary key
Partition function
XML document
42. The smallest storage object maintained by SQL Server; a _____ is exactly 8 KB in size.
Conversation priority
DML trigger
Impersonation
Page
43. An international nonprofit organization that develops standards for geospatial and location-based services.
Partition function
Filter daemon host process (Fdhost exe)
Full-text Index
Open Geospatial Consortium (OGC)
44. A special case of a partitioned view where the member tables are stored on multiple SOL Server instances
Distributed partitioned view
Event group
Identlty
Stoplist
45. A numeric value representing a physical location within a heap and page.
Geometry data type
Durability
Materialized view
Row Identifier (RID)
46. A deterministic view that has a unique - clustered _____ created against it
Spatial reference identifier (SRID)
Indexed view
JOIN
XML data type
47. 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.
Page
Schema binding
User-defined function (UDF)
Conversation priority
48. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Event group
Parameter
XML document
Cmdlets
49. 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
Full-Text Engine
Message type
Methods
Population (crawl)
50. 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.
XML document
Contract
Durability
Stored procedure