Title | |
---|---|
SET Operators are used to –SET Operators are used to –
The answer is:
A. Compile the results from two queries
|
|
Name of the operators in SET Operators is –Name of the operators in SET Operators is –
The answer is:
D. All of the above
|
|
Rules that are needed to be followed in SET Operators in SQL are –Rules that are needed to be followed in SET Operators in SQL are –
The answer is:
C. Both A and B
|
|
Combining the results of ___ select statements will be done using UNIONCombining the results of ___ select statements will be done using UNION.
The answer is:
B. Two
|
|
What is TRUE about UNION ALL Operator?What is TRUE about UNION ALL Operator?
The answer is:
C. Both A and B
|
|
A SELECT statement is intersected to use it as a join, but it only returns the records that are ________ between both statementsA SELECT statement is intersected to use it as a join, but it only returns the records that are ________ between both statements.
The answer is:
D. Both B and C
|
|
MINUS Operator displays the rows which are –MINUS Operator displays the rows which are –
The answer is:
B. Detected in the first query, absent in the second query, and there are no duplications.
|
|
What is the difference between UNION & UNION ALL operators?What is the difference between UNION & UNION ALL operators?
The answer is:
A. Combining the results of two select statements will be done using UNION whereas combined records from both queries are returned by UNION ALL operator.
|
MCQs
Views
Best Answers
Points