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 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.
FOR XML
Queue
OUTER JOIN
Stored procedure
2. Is not well-formed; that is - it does not have a root node.
Cost
Message type
XML fragment
Noncorrelated subquery
3. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Well-known binary (WKB)
DML trigger
Impersonation
INNER JOIN
4. A TSQL operator that combines the result sets from multiple queries.
Nondeterministic function
Upper bound
Stopword
UNION
5. A ____ that utilizes a UNION ALL clause to combine multiple member tables of the same structure into a single result set.
XML data type
PartItioned view
OGC Extended Methods
Stopword
6. 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
Distributed partitioned view
Route
Heap
Contract
7. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
Full-text catalog
Filter daemon host process (Fdhost exe)
Consistency
Geography data type
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.
SQLCLR
Thesaurus
XML document
Stored procedure
9. A special case of a partitioned view where the member tables are stored on multiple SOL Server instances
Conversation group
Distributed partitioned view
Methods
Module
10. 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.
Stopword
Nondeterministic function
Noncorrelated subquery
Object
11. 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
Contract
Recursive CTE
Function
Log Sequence Number (LSN)
12. Tables within a database that store modified rows in a database with CDC enabled
Heap
Module
Event group
Change tables
13. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
XML document
Cursor
Change tables
DDL trigger
14. Defines the name and contents of a message.
Message type
Table-valued function
Change tables
Constraint
15. An object that contains significant words and their locations within the columns included in the index
Nondeterministic function
Methods
Full-text Index
Cost
16. An international nonprofit organization that develops standards for geospatial and location-based services.
Stopword
Primary key
Open Geospatial Consortium (OGC)
Execution context
17. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
Change tables
Well-known text (WKT)
Execution context
XML
18. A collection of properties and methods that provide a defined functionality.
XML document
Open Geospatial Consortium (OGC)
JOIN
Object
19. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Token
Full-Text Engine
Materialized view
Primary key
20. 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
Atomicity
Conversation priority
Cursor
Filter
21. The process by which a user assumes the security credentials of another user
Impersonation
SQLCLR
Schema binding
FOR XML
22. An internal metric used by SOL Server to determine the amount of processing resources a given query plan will consume
Cost
Object
Route
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
23. The process of adding data to a full -text index either during creation or when the full-text index is built.
Log Sequence Number (LSN)
Nondeterministic function
Population (crawl)
XML document
24. Used to configure SQL Server to send and receive messages over TCP/IP connections.
Atomicity
Message type
Filter
Service Broker endpoint
25. A physical structure implemented as a balanced tree that is used to speed up query operations
Instantiation
Message type
Index
Geometry data type
26. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
DML trigger
Event group
Service
Variable
27. Used to store planar data based on Euclidean space such as points - lines - and polygons
Materialized view
Indexed view
Geometry data type
Message type
28. The name given to the group of tasks within a Service Broker solution that require messages to be sent.
Parameter
Message type
Service
XML document
29. XML files that define synonyms for terms in a specific language.
Thesaurus
XML fragment
Remote service binding
Nonclustered Index
30. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
Variable
INNER JOIN
Conversation
FOR XML
31. An index that imposes a physical order on the rows within a table- There can only be a single clustered index on a table
Stemmer
Clustered Index
Recursive CTE
Consistency
32. A word or character string defined by a word breaker.
Service Broker endpoint
OGC Extended Methods
Token
Stemmer
33. The process of producing a particular instance of an object based on the object's properties and methods
Distributed partitioned view
JOIN
DetermInistic function
Instantiation
34. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Instantiation
System process ID (SPID)
Isolation
Route
35. A constraint that is used to implement referential integrity between tables (or even within a single table)
Contract
Foreign key constraInt
DDL trigger
OGC Extended Methods
36. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
XML data type
Correlated subquery
System process ID (SPID)
Table-valued function
37. A query that is embedded within - and references columns from - an outer query
Nondeterministic function
UNION
Correlated subquery
Distributed partitioned view
38. 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
Materialized view
Nondeterministic function
Nonclustered Index
OGC Extended Methods
39. At the end of a transaction - either a new and valid form of the data exists or the data is returned to its original state- Returning data to its original state is part of the rollback functionality provided by SOL
Service Broker endpoint
Stemmer
Consistency
Parameter
40. A function that defines the values that divide a table or index into multiple ___________.
Token
DDL trigger
Partition function
Durability
41. The word - phrase - or character string included as input in the full -text query.
INNER JOIN
Dialog
Term
Check constraint
42. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
DDL trigger
Filter daemon host process (Fdhost exe)
Full-text catalog
Heap
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.
Term
JOIN
Correlated subquery
Queue
44. Provides security to dialogs connecting to remote databases.
Partition function
Remote service binding
OGC Extended Methods
DDL trigger
45. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Filter
Conversation priority
Upper bound
Instantiation
46. A reference ID associated with a specific model of the earth. These IDs reference the European Petroleum Survey Group (EPSG) standard identification system.
User-defined function (UDF)
Well-known text (WKT)
Spatial reference identifier (SRID)
Partition scheme
47. The security credentials under which a code module is executed
Execution context
OGC Extended Methods
Noncorrelated subquery
XML
48. A set of code that is stored within a database; The ____ types supported by SQL Server are triggers - functions - views - and stored procedures.
System process ID (SPID)
Module
DetermInistic function
Primary key
49. A set of DDL events within the DDL event hierarchy
Event group
OGC Extended Methods
Conversation
Change tables
50. 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
Methods
Conversation
Message type