What is the correct format of a SQL SELECT statement?
A.
SELECT fields FROM table WHERE conditions SORT attribute
B.
SELECT fields FROM table WHERE conditions SORT attribute DISPLAY device
C.
SELECT fields FROM table WHERE conditions ORDER BY attribute
D.
SELECT fields FROM table WHERE conditions DISPLAY device