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 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.
Foreign key constraInt
JOIN
Filter
Aggregate function
2. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Heap
Atomicity
Correlated subquery
Index
3. 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.
Index
User-defined function (UDF)
OGC Extended Methods
Term
4. 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
Message type
Event group
Contract
5. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
Table-valued function
Conversation priority
Materialized view
Filter daemon host process (Fdhost exe)
6. 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
Impersonation
Partition scheme
Identlty
Materialized view
7. 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.
PartItioned view
Primary key
Term
Change tables
8. A numeric value assigned to each connection to SQL Server.
Foreign key constraInt
DDL trigger
System process ID (SPID)
Fllestream
9. Defines on which file group each ________ defined by a _______ function should be stored.
Gating role
Cursor
Partition scheme
Spatial reference identifier (SRID)
10. A deterministic view that has a unique - clustered _____ created against it
Indexed view
Message type
Remote service binding
Well-known binary (WKB)
11. Actions an object can perform.
Methods
Execution context
Materialized view
Function
12. A ____ that includes all rows from an outer table and includes any rows from the inner table that match the _____ criteria.
OUTER JOIN
Parameter
Identlty
Thesaurus
13. Sets the relative precedence for Service Broker conversations
Partition scheme
DML trigger
Conversation priority
Stopword
14. Tables within a database that store modified rows in a database with CDC enabled
Instantiation
Change tables
Indexed view
Term
15. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Cursor
Stoplist
Well-known binary (WKB)
XML data type
16. A word or character string defined by a word breaker.
Schema binding
Full-text Index
Token
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
17. 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
Service
Module
Queue
Isolation
18. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Variable
Filter daemon host process (Fdhost exe)
Cmdlets
Methods
19. A variable that is passed to a stored procedure or function.
Parameter
Stopword
Nondeterministic function
Isolation
20. A trigger that executes in response to a DML event
Recursive CTE
DML trigger
Full-text catalog
DetermInistic function
21. A virtual object that represents a group of full-text indexes
Constraint
Remote service binding
Nondeterministic function
Full-text catalog
22. The security credentials under which a code module is executed
Execution context
JOIN
DetermInistic function
Full-Text Engine
23. A query that is embedded within - but does not reference any columns from - an outer query.
Noncorrelated subquery
XML data type
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
DDL trigger
24. A constraint that is used to implement referential integrity between tables (or even within a single table)
Impersonation
User-defined function (UDF)
Foreign key constraInt
Page
25. A service that starts Fdhost:exe processes when the Full-Text Engine requires them.
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Impersonation
Well-known text (WKT)
Route
26. A role specified when enabling CDC that is used to limit access to the change data
Gating role
Clustered Index
DDL trigger
Remote service binding
27. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Open Geospatial Consortium (OGC)
SQLCLR
Partition scheme
Upper bound
28. A collection of conversations that are related
Conversation group
Identlty
Gating role
Primary key
29. A trigger that executes in response to a DDL event
Token
DDL trigger
Correlated subquery
Page
30. A function that defines the values that divide a table or index into multiple ___________.
Partition function
Nondeterministic function
DDL trigger
XML data type
31. A numeric value representing a physical location within a heap and page.
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Atomicity
Geometry data type
Row Identifier (RID)
32. 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.
INNER JOIN
System process ID (SPID)
Word breaker
Contract
33. A reference ID associated with a specific model of the earth. These IDs reference the European Petroleum Survey Group (EPSG) standard identification system.
Index
Spatial reference identifier (SRID)
XML
Foreign key constraInt
34. Used to store planar data based on Euclidean space such as points - lines - and polygons
Geometry data type
Identlty
Primary key
User-defined function (UDF)
35. A ____ that utilizes a UNION ALL clause to combine multiple member tables of the same structure into a single result set.
Identlty
Aggregate function
Partition function
PartItioned view
36. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Consistency
Route
Filter
Table-valued function
37. A hidden table where Service Broker messages are stored until they are processed.
XML data type
DML trigger
Queue
Stopword
38. An object that contains significant words and their locations within the columns included in the index
Variable
Nondeterministic function
Full-text Index
Word breaker
39. 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
Durability
Conversation group
Route
40. 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
Geometry data type
Gating role
Nondeterministic function
Full-Text Engine
41. A table without a clustered index; (A ____ can still have nonclustered indexes defined on it)
Dialog
Geography data type
Heap
Open Geospatial Consortium (OGC)
42. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
Open Geospatial Consortium (OGC)
XML data type
Conversation group
Scalar function
43. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
XML data type
Foreign key constraInt
Cost
Geography data type
44. Is not well-formed; that is - it does not have a root node.
XML fragment
Noncorrelated subquery
Service Broker endpoint
Fllestream
45. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
UNION
Materialized view
Service
Well-known binary (WKB)
46. A conversation between two specific Services - Broker services that provides exactly-once-in-order - (EOIO) message delivery
Index
Dialog
Table-valued function
Isolation
47. A long-term - asynchronous - and reliable communication channel across which messages are sent by using Service Broker
Conversation
Geometry data type
Filter daemon host process (Fdhost exe)
FOR XML
48. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Upper bound
Primary key
Queue
Conversation
49. 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.
Aggregate function
DML trigger
Indexed view
Log Sequence Number (LSN)
50. 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
Consistency
OGC Extended Methods
Well-known binary (WKB)
Identlty