Multiple Choice
In an SQL query,which SQL keyword is used with GROUP BY to select groups meeting specified criteria?
A) AND
B) WHERE
C) HAVING
D) IN
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: The result of an SQL SELECT operation
Q21: In an SQL query,which SQL keyword actually
Q22: Arithmetic in SQL statements is limited to
Q23: When people use the term join they
Q24: To refer to a set of values
Q26: A WHERE clause can contain another SELECT
Q27: Distinguish between the HAVING clause and the
Q28: In an SQL query,which SQL keyword is
Q29: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL
Q30: In an SQL query,which of the