Multiple Choice
The correct SQL syntax to sort a table by Last_Name in order of A-Z is ______.
A) SORT BY Last_Name ASCENDING
B) ORDER BY Last_Name Down
C) ORDER BY Last_Name ASC
D) ORDER BY Last_Name DESC
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: A complete set of data for a
Q18: In SQL the bit type is equivalent
Q19: The _control displays information from a dataset
Q20: What is the simplest way to update
Q21: A _statement in SQL retrieves data from
Q23: Which of the following SQL WHERE clauses
Q24: Each database _is also known as a
Q25: Assume the following table named Student exists
Q26: _is a tool provided by Visual Studio
Q27: All of the following are true about