Multiple Choice
Which query uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?
A) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE <= 24288
B) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE => 24288
C) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE > 24288
D) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE = 24288
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The _ clause of the GROUP BY
Q13: A(n) _ is a query that is
Q38: A table can be deleted from the
Q52: Rows can be grouped into smaller collections
Q55: What command is used to save changes
Q58: The _ special operator is used to
Q61: An example of a command you would
Q62: A(n) _ character is a symbol that
Q66: SQL requires the use of the ADD
Q73: Which query is used to list a