Multiple Choice
Suppose your company stores EMPLOYEE and CUSTOMER data in separate tables.If you want to find all customers who are not also employees,which SQL keyword would you most likely use?
A) INTERSECT
B) UNION
C) EXCEPT
D) UNION ALL
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q98: The SQL syntax JOIN ...ON can be
Q99: The SQL wildcard character "#" indicates a
Q100: To refer to a set of values
Q101: In an SQL query,which SQL keyword is
Q102: Regarding the interchangeability of subqueries and joins,_.<br>A)a
Q104: The SQL built-in function COUNT computes the
Q105: What are SQL Built-in Functions?
Q106: When making an SQL query,we are using
Q107: In addition to being a data sublanguage,SQL
Q108: Explain why it is important to learn