Multiple Choice
Which of the following SQL commands sorts records by ProductName within ProductType?
A) SORT BY ProductType, ProductName
B) LIST ProductName IN ProductType
C) ORDER BY ProductName IN ProductType
D) ORDER BY ProductType, ProductName
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which statement creates a table named PostalCodes
Q2: How are compound SQL criteria conditions formed?
Q3: Which function calculates the number of records
Q5: What are five restrictions placed on table
Q6: SQL uses an on-screen form to create
Q7: Why is SQL a highly sought-after language
Q8: Based on the SQL shown, which query
Q9: What SQL command can you use to
Q10: When you use a name containing a
Q11: Based on the table description and SQL