0 of 16 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 16 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
UNION operator is used to combine the result-set of two or more SELECT statements.
What is the difference between union and union all clause?
What does intersection clause perform
What does intersection clause perform
EXCEPT statement is used to filter records based on the intersection of records returned via two SELECT statements
Which of the following are set clauses
Are joins and clauses similar?
Indexes are used to
What is the correct query to create an index?
Which query will drop the index?
Which of the following are indexes
Which of the following index is based on cluster?
Which of the following indexes is based on numbering?
Indexes are automatically created for primary key constraints and unique constraints.
Implicit index is also known as
A non-clustered index doesn’t sort the physical data inside the table