Solved

Which MySQL Clause Used with the Query SELECT* FROM PACKAGE

Question 14

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions