Google News
logo
SQL Server - Quiz(MCQ)
A UNION query is which of the following?
A)
Combines the output from multiple queries and does not include the same number of columns
B)
Combines the output from no more than two queries and must include the same number of columns
C)
Combines the output from multiple queries and must include the same number of columns
D)
Combines the output from no more than two queries and does not include the same number of columns

Correct Answer :   Combines the output from multiple queries and must include the same number of columns


Explanation : A single UNION can combine only 2 sql query at a time.

Advertisement