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 set of DDL events within the DDL event hierarchy
Impersonation
Event group
Parameter
Stemmer
2. Defines on which file group each ________ defined by a _______ function should be stored.
Partition scheme
Open Geospatial Consortium (OGC)
SQLCLR
Word breaker
3. A word or character string defined by a word breaker.
Word breaker
FOR XML
Token
Schema binding
4. A constraint that is used to implement referential integrity between tables (or even within a single table)
Geography data type
System process ID (SPID)
FOR XML
Foreign key constraInt
5. The name given to the group of tasks within a Service Broker solution that require messages to be sent.
Cursor
System process ID (SPID)
Service
Geography data type
6. 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.
Event group
Word breaker
Change tables
Route
7. Defines an ending Log Sequence Number (LSN) to define a valid range of rows within a change table.
Upper bound
Function
Impersonation
Token
8. Another name for an indexed view; Message Contains information that is sent within a Service Broker conversation.
Materialized view
Cost
Conversation
Token
9. A built-in or user-defined function that provides a calculation on a set of rows or values
Gating role
System process ID (SPID)
Instantiation
Aggregate function
10. The process by which a user assumes the security credentials of another user
Function
Impersonation
Unique constraint
Constraint
11. A server-side object that allows you to retrieve and process a set of data on a row-by-row basis
Recursive CTE
Variable
OGC Extended Methods
Cursor
12. 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
Methods
OUTER JOIN
User-defined function (UDF)
13. A ____ that includes all rows from an outer table and includes any rows from the inner table that match the _____ criteria.
Contract
Geometry data type
Methods
OUTER JOIN
14. 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
Cmdlets
Identlty
Open Geospatial Consortium (OGC)
Word breaker
15. A collection of properties and methods that provide a defined functionality.
Remote service binding
Methods
Object
Aggregate function
16. A physical structure implemented as a balanced tree that is used to speed up query operations
Indexed view
Population (crawl)
JOIN
Index
17. A role specified when enabling CDC that is used to limit access to the change data
Dialog
Filter daemon host process (Fdhost exe)
Gating role
Conversation priority
18. A database object that is used to manage stopwords; There is a system-defined stoplist and you can also create your own stoplists.
Queue
Stored procedure
Upper bound
Stoplist
19. A special case of a partitioned view where the member tables are stored on multiple SOL Server instances
Correlated subquery
Distributed partitioned view
Event group
Cmdlets
20. NET Framework applications that provide specialized functionality within SQL Server PowerShell
Row Identifier (RID)
Cmdlets
Schema binding
JOIN
21. Defines the name and contents of a message.
Population (crawl)
Constraint
Stored procedure
Message type
22. Is not well-formed; that is - it does not have a root node.
Log Sequence Number (LSN)
Row Identifier (RID)
XML fragment
Service
23. A conversation between two specific Services - Broker services that provides exactly-once-in-order - (EOIO) message delivery
Filter
Dialog
FOR XML
Impersonation
24. 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.
Recursive CTE
Stored procedure
OGC Extended Methods
Module
25. Defines where to deliver Service Broker messages. If not specified - the AutoCreatedLocal ¬¬¬¬¬¬¬¬_______ is used.
Consistency
Module
Route
Partition function
26. A service that starts Fdhost:exe processes when the Full-Text Engine requires them.
Noncorrelated subquery
DDL trigger
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Stoplist
27. A trigger that executes in response to a DML event
DML trigger
INNER JOIN
Nondeterministic function
Identlty
28. 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.
Nondeterministic function
Conversation group
Primary key
Stoplist
29. A standard created by the OGC that is used to represent text-based descriptions of geospatial objects.
Well-known text (WKT)
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
Gating role
OGC Extended Methods
30. 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
Well-known text (WKT)
Methods
OGC Extended Methods
31. Used to configure SQL Server to send and receive messages over TCP/IP connections.
Service Broker endpoint
Indexed view
Queue
Stemmer
32. A specification by the World Wide Web Consortium for transmitting and storing semi structured data.
Open Geospatial Consortium (OGC)
XML
Word breaker
SQL Full Text Filter Daemon launcher (Fdlauncher:exe)
33. The process of producing a particular instance of an object based on the object's properties and methods
Event group
Instantiation
Correlated subquery
Service Broker endpoint
34. 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
JOIN
Methods
Constraint
DDL trigger
35. When two or more pieces of information are involved in a transaction - either all the pieces are committed or none of them are
Atomicity
Recursive CTE
Spatial reference identifier (SRID)
Service
36. 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
Index
Cost
INNER JOIN
Contract
37. An international nonprofit organization that develops standards for geospatial and location-based services.
Constraint
Event group
Conversation
Open Geospatial Consortium (OGC)
38. An object that is used to store a scalar value for use within a function - trigger - or stored procedure.
DML trigger
Variable
Table-valued function
Well-known text (WKT)
39. 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.
Cost
Check constraint
JOIN
OUTER JOIN
40. A _________ that might return a different value each time it is called given the same input parameter.
Nondeterministic function
Filter daemon host process (Fdhost exe)
Stoplist
Cmdlets
41. A function referenced in a SELECT clause that accepts an expression and returns a single value of a defined data type.
Scalar function
Unique constraint
Thesaurus
System process ID (SPID)
42. An index that imposes a physical order on the rows within a table- There can only be a single clustered index on a table
Stemmer
Queue
Service Broker endpoint
Clustered Index
43. Tables within a database that store modified rows in a database with CDC enabled
Dialog
Primary key
FOR XML
Change tables
44. A numeric value representing a physical location within a heap and page.
Row Identifier (RID)
Event group
Cost
Conversation group
45. The word - phrase - or character string included as input in the full -text query.
Contract
Schema binding
Consistency
Term
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
Unique constraint
Full-text Index
Noncorrelated subquery
Contract
47. A reference ID associated with a specific model of the earth. These IDs reference the European Petroleum Survey Group (EPSG) standard identification system.
XML data type
Cmdlets
Cursor
Spatial reference identifier (SRID)
48. A deterministic view that has a unique - clustered _____ created against it
Open Geospatial Consortium (OGC)
Clustered Index
Indexed view
Nondeterministic function
49. A numeric value assigned to each connection to SQL Server.
Durability
System process ID (SPID)
OUTER JOIN
Methods
50. 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.
Scalar function
Log Sequence Number (LSN)
Full-text catalog
XML document
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