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
c. ORDER BY Last_Name ASC
Computer Science & Information Technology