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 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
DetermInistic function
Methods
Stopword
2. An index that imposes a physical order on the rows within a table- There can only be a single clustered index on a table
Clustered Index
Check constraint
Aggregate function
Stoplist
3. A standard created by the OGC that is used to represent text-based descriptions of geospatial objects.
Well-known text (WKT)
Noncorrelated subquery
Full-text catalog
Correlated subquery
4. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
XML fragment
Change tables
Filter daemon host process (Fdhost exe)
Noncorrelated subquery
5. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
Variable
Route
INNER JOIN
Geometry data type
6. 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
Cmdlets
Partition scheme
7. 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
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Correlated subquery
Contract
Dialog
8. A word or character string defined by a word breaker.
Full-Text Engine
Token
Nonclustered Index
Execution context
9. A function that returns the results as a table data type.
Table-valued function
Upper bound
Methods
Consistency
10. A function that defines the values that divide a table or index into multiple ___________.
Primary key
Message type
UNION
Partition function
11. A native SQL Sever data type that can handle both ____ fragments and documents as well as un typed and typed (schema validated) ___ data.
Execution context
SQLCLR
XML
XML data type
12. 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.
Filter
Log Sequence Number (LSN)
Schema binding
Index
13. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
XML
Population (crawl)
Module
Primary key
14. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
OGC Extended Methods
Event group
Instantiation
Stoplist
15. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Parameter
Row Identifier (RID)
Upper bound
Event group
16. A conversation between two specific Services - Broker services that provides exactly-once-in-order - (EOIO) message delivery
Cost
Partition scheme
Dialog
Upper bound
17. Is well formed; that is - it must have a root node.
Conversation
Stemmer
XML document
Isolation
18. 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.
Cmdlets
Well-known text (WKT)
Log Sequence Number (LSN)
XML document
19. A special case of a partitioned view where the member tables are stored on multiple SOL Server instances
Geography data type
Atomicity
Log Sequence Number (LSN)
Distributed partitioned view
20. A deterministic view that has a unique - clustered _____ created against it
Geometry data type
Full-Text Engine
Indexed view
XML
21. A function that returns the same value every time it is executed given the same input parameters
DetermInistic function
XML
PartItioned view
Spatial reference identifier (SRID)
22. 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.
Conversation
Object
Primary key
PartItioned view
23. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Atomicity
Isolation
JOIN
Cmdlets
24. _______ designed to work with geometry and geography data types.
Spatial reference identifier (SRID)
Methods
OGC Extended Methods
XML
25. 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.
User-defined function (UDF)
Service Broker endpoint
Cost
INNER JOIN
26. The process of producing a particular instance of an object based on the object's properties and methods
Parameter
Geometry data type
Partition scheme
Instantiation
27. A function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
Scalar function
Geography data type
Parameter
Conversation
28. A query that is embedded within - and references columns from - an outer query
Correlated subquery
Durability
Distributed partitioned view
OGC Extended Methods
29. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
Methods
Execution context
Cursor
Full-text catalog
30. 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
Fllestream
Distributed partitioned view
DDL trigger
Consistency
31. A way to make SQL Server return a stream making up an XML document or fragment
Gating role
FOR XML
XML fragment
Schema binding
32. 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
INNER JOIN
Function
Instantiation
XML fragment
33. A set of code that is stored within a database; The ____ types supported by SQL Server are triggers - functions - views - and stored procedures.
Recursive CTE
Module
Stored procedure
Noncorrelated subquery
34. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
Log Sequence Number (LSN)
Stemmer
Full-Text Engine
INNER JOIN
35. 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
Well-known text (WKT)
Cursor
Clustered Index
Isolation
36. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Fllestream
Well-known binary (WKB)
Durability
Correlated subquery
37. 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
Service Broker endpoint
Unique constraint
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Impersonation
38. A trigger that executes in response to a DML event
DML trigger
Clustered Index
Queue
Dialog
39. The security credentials under which a code module is executed
Object
Execution context
Fllestream
Stored procedure
40. A collection of properties and methods that provide a defined functionality.
Object
Partition function
Function
Change tables
41. 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
Remote service binding
Full-Text Engine
Cursor
Object
42. The process by which a user assumes the security credentials of another user
Execution context
Impersonation
DetermInistic function
XML fragment
43. A collection of conversations that are related
XML data type
Stemmer
Conversation group
Methods
44. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
Well-known text (WKT)
Recursive CTE
Cost
Geography data type
45. A ____ that utilizes a UNION ALL clause to combine multiple member tables of the same structure into a single result set.
PartItioned view
Stored procedure
User-defined function (UDF)
Indexed view
46. A virtual object that represents a group of full-text indexes
Event group
Full-text catalog
Clustered Index
XML
47. A long-term - asynchronous - and reliable communication channel across which messages are sent by using Service Broker
Filter
Partition scheme
Conversation
Heap
48. XML files that define synonyms for terms in a specific language.
Full-text catalog
Function
Thesaurus
OUTER JOIN
49. A physical structure implemented as a balanced tree that is used to speed up query operations
Function
System process ID (SPID)
Fllestream
Index
50. The word - phrase - or character string included as input in the full -text query.
Term
Gating role
Isolation
Distributed partitioned view
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests