Multiple Choice
Which MySQL clause used with the query SELECT* FROM PACKAGE would be the most likely to yield the following results?
A) WHERE PACKAGE_NAME DESC, PRICE
B) WHERE PRICE DESC, PACKAGE_NAME
C) ORDER BY PACKAGE_NAME, PRICE DESC
D) ORDER BY PRICE DESC, PACKAGE_NAME
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: It is possible to use both a
Q10: Which function calculates a total of the
Q11: How do you construct the SELECT query?
Q12: Which clause lets you group data on
Q13: When you need to find rows with
Q15: When a SQL query is written so
Q16: Preceding a condition with which SQL operator
Q17: The basic form of the SQL SELECT
Q18: Compare the WHERE and HAVING clauses.
Q19: Which operator is inclusive, meaning that a