What does the statement "ORDER BY column_name DESC" do?
A. Describes the column Orders the column in reverse order (Z to A, 10 to 1, etc.)
B. Orders the columns in the table alphabetically
C. Orders the column in ascending order (A to Z, 1 to 10, etc.)