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 trigger that executes in response to a DML event
PartItioned view
DML trigger
XML fragment
Filter daemon host process (Fdhost exe)
2. A function that returns the same value every time it is executed given the same input parameters
Foreign key constraInt
DetermInistic function
Primary key
User-defined function (UDF)
3. A constraint that applies a Boolean expression to rows added or updated in tables to verify whether the update should be allowed
Execution context
Check constraint
Consistency
Atomicity
4. 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.
OGC Extended Methods
Conversation priority
User-defined function (UDF)
UNION
5. A process that provides inflectional matches to verbs and nouns based on the linguistic rules of the data language defined.
Foreign key constraInt
Identlty
Geography data type
Stemmer
6. A _________ that might return a different value each time it is called given the same input parameter.
XML
Indexed view
Nondeterministic function
Impersonation
7. A set of DDL events within the DDL event hierarchy
Event group
Table-valued function
Row Identifier (RID)
Execution context
8. 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.
Event group
Schema binding
Check constraint
Identlty
9. A process that manages third-party components such as filters - word breakers - and stemmers separated from the SQL Server process
Filter daemon host process (Fdhost exe)
Consistency
Execution context
Term
10. 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.
Stored procedure
Partition function
Thesaurus
Execution context
11. 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
Stored procedure
Correlated subquery
XML data type
12. 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.
Scalar function
JOIN
Geography data type
Durability
13. A function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
System process ID (SPID)
Parameter
Scalar function
Cost
14. A numeric value assigned to each connection to SQL Server.
System process ID (SPID)
Token
Full-text Index
UNION
15. A rule applied to a column{s} within a table that is used to validate changes and ensure that data within a table does not violate business rules
Constraint
Unique constraint
Execution context
Correlated subquery
16. A trigger that executes in response to a DDL event
Gating role
Recursive CTE
DDL trigger
Word breaker
17. A standard created by the OGC that is used to represent text-based descriptions of geospatial objects.
Term
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Well-known text (WKT)
Function
18. 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
Stopword
Module
PartItioned view
19. A constraint that is used to implement referential integrity between tables (or even within a single table)
Population (crawl)
Service
Foreign key constraInt
Materialized view
20. A numeric value representing a physical location within a heap and page.
Row Identifier (RID)
Identlty
Token
JOIN
21. The process of producing a particular instance of an object based on the object's properties and methods
Conversation
Instantiation
OGC Extended Methods
Token
22. A TSQL operator that combines the result sets from multiple queries.
DetermInistic function
Spatial reference identifier (SRID)
UNION
XML data type
23. A collection of conversations that are related
Check constraint
Conversation group
OUTER JOIN
INNER JOIN
24. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
Variable
PartItioned view
Event group
Filter daemon host process (Fdhost exe)
25. 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
Identlty
Well-known binary (WKB)
Aggregate function
Gating role
26. 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
XML
Stemmer
Filter
Fllestream
27. A query that is embedded within - but does not reference any columns from - an outer query.
XML data type
Token
Noncorrelated subquery
Event group
28. 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
Atomicity
Geometry data type
INNER JOIN
29. A deterministic view that has a unique - clustered _____ created against it
Index
Indexed view
Page
Log Sequence Number (LSN)
30. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Unique constraint
Materialized view
Indexed view
OGC Extended Methods
31. A reference ID associated with a specific model of the earth. These IDs reference the European Petroleum Survey Group (EPSG) standard identification system.
Conversation priority
Function
Spatial reference identifier (SRID)
Well-known text (WKT)
32. 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.
DDL trigger
Log Sequence Number (LSN)
Population (crawl)
Conversation
33. A role specified when enabling CDC that is used to limit access to the change data
DDL trigger
Table-valued function
Nonclustered Index
Gating role
34. A function that defines the values that divide a table or index into multiple ___________.
Partition function
Full-text Index
Indexed view
Filter daemon host process (Fdhost exe)
35. Defines on which file group each ________ defined by a _______ function should be stored.
Variable
Distributed partitioned view
XML data type
Partition scheme
36. A physical structure implemented as a balanced tree that is used to speed up query operations
Isolation
Index
Gating role
Clustered Index
37. 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
Function
Execution context
Isolation
Aggregate function
38. Tables within a database that store modified rows in a database with CDC enabled
Change tables
User-defined function (UDF)
DetermInistic function
Service
39. 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
Recursive CTE
Identlty
Remote service binding
Stoplist
40. _______ designed to work with geometry and geography data types.
Full-text Index
OGC Extended Methods
Queue
Filter daemon host process (Fdhost exe)
41. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
XML
OUTER JOIN
Variable
Spatial reference identifier (SRID)
42. An international nonprofit organization that develops standards for geospatial and location-based services.
SQLCLR
Open Geospatial Consortium (OGC)
Index
Gating role
43. A ____ that includes only the rows that are in common in all tables referenced in the FROM clause
Contract
Isolation
Partition function
INNER JOIN
44. A function that returns the results as a table data type.
Remote service binding
Log Sequence Number (LSN)
Table-valued function
XML data type
45. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
JOIN
Stoplist
XML
Fllestream
46. 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
Conversation
Unique constraint
Durability
Primary key
47. Defines the name and contents of a message.
Message type
Table-valued function
Nonclustered Index
DML trigger
48. A set of code that is stored within a database; The ____ types supported by SQL Server are triggers - functions - views - and stored procedures.
Module
Fllestream
Conversation group
Variable
49. 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 priority
XML data type
Variable
Primary key
50. A collection of properties and methods that provide a defined functionality.
Durability
Check constraint
Heap
Object
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