Multiple Choice
The UNION clause is used to:
A) combine the output from multiple queries into a single result table.
B) join two tables together to form one table.
C) find all rows that do not match in two tables.
D) find all rows that are in one table, but not the other.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q77: The following code is an example of
Q78: A trigger is a named set of
Q79: The natural join is very rarely used.
Q80: A type of join between three tables
Q81: An SQL query that implements an outer
Q83: What strategies can be used to write
Q84: The following code is an example of
Q85: Triggers can be used to ensure referential
Q86: In SQL, a(n) _ subquery is a
Q87: A routine is a named set of