Multiple Choice
In an SQL query,which SQL keyword is used to link two conditions that both must be true for the rows to be selected?
A) AND
B) EXISTS
C) OR
D) IN
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: When people use the term join they
Q24: To refer to a set of values
Q25: In an SQL query,which SQL keyword is
Q26: A WHERE clause can contain another SELECT
Q27: Distinguish between the HAVING clause and the
Q29: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL
Q30: In an SQL query,which of the
Q31: When one SQL query is embedded in
Q32: The built-in function SUM can be used
Q33: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL