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 special case of a partitioned view where the member tables are stored on multiple SOL Server instances
FOR XML
Distributed partitioned view
Word breaker
OUTER JOIN
2. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
Methods
Noncorrelated subquery
Cursor
Object
3. XML files that define synonyms for terms in a specific language.
PartItioned view
Route
Contract
Thesaurus
4. The security credentials under which a code module is executed
Change tables
Scalar function
Well-known text (WKT)
Execution context
5. A function that returns the results as a table data type.
OUTER JOIN
Noncorrelated subquery
Table-valued function
Correlated subquery
6. The process by which a user assumes the security credentials of another user
Conversation group
Impersonation
OGC Extended Methods
Filter daemon host process (Fdhost exe)
7. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
Isolation
OUTER JOIN
XML
Materialized view
8. 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.
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
User-defined function (UDF)
Dialog
JOIN
9. A hidden table where Service Broker messages are stored until they are processed.
Queue
Stopword
Heap
INNER JOIN
10. Defines on which file group each ________ defined by a _______ function should be stored.
Partition scheme
Remote service binding
XML document
Nondeterministic function
11. A run time inside SQL Server that allows some objects to be created using a NET language such as C# or Visual Basic NET.
Variable
Geography data type
SQLCLR
UNION
12. Defines the name and contents of a message.
Conversation priority
Message type
Atomicity
DetermInistic function
13. A table without a clustered index; (A ____ can still have nonclustered indexes defined on it)
JOIN
Heap
Stored procedure
Cursor
14. The process of producing a particular instance of an object based on the object's properties and methods
Full-text catalog
Identlty
Durability
Instantiation
15. 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.
Materialized view
Word breaker
User-defined function (UDF)
Aggregate function
16. A _________ that might return a different value each time it is called given the same input parameter.
XML
Thesaurus
Nondeterministic function
Index
17. 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
Nonclustered Index
Clustered Index
Full-text catalog
Index
18. 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
JOIN
Open Geospatial Consortium (OGC)
Fllestream
INNER JOIN
19. 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.
Log Sequence Number (LSN)
Conversation
Schema binding
Upper bound
20. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Materialized view
Heap
Stopword
Full-text Index
21. Sets the relative precedence for Service Broker conversations
Fllestream
Full-text Index
User-defined function (UDF)
Conversation priority
22. A TSQL operator that combines the result sets from multiple queries.
Indexed view
Full-text catalog
Nondeterministic function
UNION
23. A reference ID associated with a specific model of the earth. These IDs reference the European Petroleum Survey Group (EPSG) standard identification system.
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Spatial reference identifier (SRID)
Full-Text Engine
Log Sequence Number (LSN)
24. A process that provides inflectional matches to verbs and nouns based on the linguistic rules of the data language defined.
Stemmer
System process ID (SPID)
Event group
Open Geospatial Consortium (OGC)
25. A physical structure implemented as a balanced tree that is used to speed up query operations
Function
Index
INNER JOIN
Distributed partitioned view
26. The word - phrase - or character string included as input in the full -text query.
Term
Spatial reference identifier (SRID)
Cost
Cursor
27. A way to make SQL Server return a stream making up an XML document or fragment
Consistency
Stored procedure
UNION
FOR XML
28. _______ designed to work with geometry and geography data types.
OGC Extended Methods
Fllestream
Identlty
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
29. 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.
Schema binding
Log Sequence Number (LSN)
Well-known text (WKT)
Thesaurus
30. The binary equivalent to WKT - which is sometimes used to transfer and store spatial data.
Well-known binary (WKB)
Dialog
Row Identifier (RID)
XML document
31. A trigger that executes in response to a DDL event
Change tables
DDL trigger
Variable
Scalar function
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.
Fllestream
UNION
XML
Word breaker
33. 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.
Spatial reference identifier (SRID)
XML
Conversation
Primary key
34. After a transaction is committed - the final state of the data is still available even if the server fails or is restarted
Durability
DetermInistic function
User-defined function (UDF)
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
35. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Event group
Route
Geometry data type
Conversation
36. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Stoplist
Fllestream
Atomicity
Constraint
37. 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
Partition function
Row Identifier (RID)
Recursive CTE
38. Used to store ellipsoidal (round-earth) data - such as latitude and longitude coordinates
Cost
Geography data type
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Execution context
39. A function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
Scalar function
SQLCLR
Primary key
Dialog
40. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Upper bound
Partition function
User-defined function (UDF)
Aggregate function
41. A built-in or user-defined function that provides a calculation on a set of rows or values
Full-text catalog
Conversation group
Aggregate function
XML fragment
42. 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
Word breaker
User-defined function (UDF)
Function
Full-text Index
43. 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.
INNER JOIN
FOR XML
Term
Stopword
44. 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
Page
Recursive CTE
Geometry data type
Methods
45. An object that contains significant words and their locations within the columns included in the index
DetermInistic function
Full-text Index
Row Identifier (RID)
Fllestream
46. A word or character string defined by a word breaker.
Token
SQLCLR
Word breaker
Row Identifier (RID)
47. A virtual object that represents a group of full-text indexes
OUTER JOIN
Full-text catalog
DDL trigger
Cost
48. A function that returns the same value every time it is executed given the same input parameters
FOR XML
XML document
Upper bound
DetermInistic function
49. Tables within a database that store modified rows in a database with CDC enabled
Filter daemon host process (Fdhost exe)
Recursive CTE
Change tables
Constraint
50. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
JOIN
Row Identifier (RID)
Geometry data type
Variable
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