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. XML files that define synonyms for terms in a specific language.
Heap
Gating role
Thesaurus
Primary key
2. 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.
Well-known text (WKT)
Module
Instantiation
Log Sequence Number (LSN)
3. A standard created by the OGC that is used to represent text-based descriptions of geospatial objects.
Primary key
Dialog
Well-known text (WKT)
Fllestream
4. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
XML document
Row Identifier (RID)
Variable
Well-known binary (WKB)
5. A query that is embedded within - but does not reference any columns from - an outer query.
Clustered Index
INNER JOIN
Materialized view
Noncorrelated subquery
6. A query that is embedded within - and references columns from - an outer query
DML trigger
Correlated subquery
Schema binding
Object
7. 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
JOIN
Event group
Identlty
Index
8. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
INNER JOIN
Cost
Event group
Indexed view
9. An object that contains significant words and their locations within the columns included in the index
Full-text Index
Recursive CTE
User-defined function (UDF)
Atomicity
10. A set of code that is stored within a database; The ____ types supported by SQL Server are triggers - functions - views - and stored procedures.
Consistency
Module
DDL trigger
Nonclustered Index
11. A set of DDL events within the DDL event hierarchy
Partition scheme
Clustered Index
Methods
Event group
12. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
Cursor
Queue
Geometry data type
Distributed partitioned view
13. A constraint that applies a Boolean expression to rows added or updated in tables to verify whether the update should be allowed
XML data type
Check constraint
Index
Token
14. Used to store planar data based on Euclidean space such as points - lines - and polygons
Change tables
JOIN
Cursor
Geometry data type
15. 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
Full-text catalog
Fllestream
Execution context
Stored procedure
16. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Upper bound
Object
User-defined function (UDF)
Page
17. A role specified when enabling CDC that is used to limit access to the change data
Token
Route
DML trigger
Gating role
18. A variable that is passed to a stored procedure or function.
Parameter
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
PartItioned view
JOIN
19. An international nonprofit organization that develops standards for geospatial and location-based services.
OUTER JOIN
Geography data type
Open Geospatial Consortium (OGC)
Noncorrelated subquery
20. Used to configure SQL Server to send and receive messages over TCP/IP connections.
Service Broker endpoint
Fllestream
Geometry data type
Conversation priority
21. Actions an object can perform.
Methods
Partition function
XML fragment
Filter
22. A process that provides inflectional matches to verbs and nouns based on the linguistic rules of the data language defined.
Stemmer
Impersonation
Filter
Module
23. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
OUTER JOIN
Event group
Well-known binary (WKB)
Partition scheme
24. A deterministic view that has a unique - clustered _____ created against it
Route
Execution context
Object
Indexed view
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
PartItioned view
Contract
Heap
Page
26. A constraint that is used to implement referential integrity between tables (or even within a single table)
Check constraint
XML fragment
INNER JOIN
Foreign key constraInt
27. A collection of conversations that are related
Conversation group
Well-known binary (WKB)
Change tables
Function
28. 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
Geometry data type
Stoplist
Function
PartItioned view
29. A ____ that utilizes a UNION ALL clause to combine multiple member tables of the same structure into a single result set.
PartItioned view
Upper bound
Indexed view
Partition function
30. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Cmdlets
Methods
Change tables
Object
31. 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
Cmdlets
Unique constraint
Well-known text (WKT)
Well-known binary (WKB)
32. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Materialized view
Durability
Stoplist
Primary key
33. 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
Isolation
Filter daemon host process (Fdhost exe)
UNION
User-defined function (UDF)
34. Is not well-formed; that is - it does not have a root node.
Conversation
Geometry data type
XML fragment
Instantiation
35. The name given to the group of tasks within a Service Broker solution that require messages to be sent.
Service
Stemmer
Isolation
Function
36. The smallest storage object maintained by SQL Server; a _____ is exactly 8 KB in size.
Stopword
Population (crawl)
Full-Text Engine
Page
37. 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
Function
Full-Text Engine
Constraint
Cost
38. A conversation between two specific Services - Broker services that provides exactly-once-in-order - (EOIO) message delivery
Indexed view
Dialog
Event group
Thesaurus
39. A function that returns the same value every time it is executed given the same input parameters
DetermInistic function
Foreign key constraInt
JOIN
Contract
40. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Recursive CTE
Isolation
Term
Atomicity
41. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
Materialized view
INNER JOIN
XML
XML document
42. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
Conversation
Stoplist
Filter
Cmdlets
43. A numeric value assigned to each connection to SQL Server.
Instantiation
Noncorrelated subquery
System process ID (SPID)
Foreign key constraInt
44. 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.
Consistency
Filter daemon host process (Fdhost exe)
Word breaker
Stored procedure
45. A trigger that executes in response to a DDL event
Noncorrelated subquery
DDL trigger
Clustered Index
Isolation
46. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Correlated subquery
Parameter
Well-known text (WKT)
SQLCLR
47. 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
Event group
Recursive CTE
Word breaker
XML document
48. A numeric value representing a physical location within a heap and page.
Heap
Index
Page
Row Identifier (RID)
49. Sets the relative precedence for Service Broker conversations
Nonclustered Index
Full-Text Engine
Conversation priority
Token
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.
Page
Stored procedure
Materialized view
Indexed view