Multiple Choice
Mallory would like to display the rows from a MySQL table that have "Red," "Pink," or "White" in the COLOR column. A concise way of writing her query would be to use a(n) _____.
A) LIKE clause
B) CONTAINS clause
C) BETWEEN clause
D) IN clause
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Which clause is used to restrict the
Q22: Which of the following operators can be
Q23: Which operator uses one or more wildcard
Q24: Which function determines the number of rows
Q25: In MySQL, you can use an asterisk
Q27: When a subquery is used in a
Q28: All SELECT statements require a WHERE clause.
Q29: What does the following SQL query do?
Q30: It is possible to place one query
Q31: When you need to sort data on