Write an example query that sorts on three columns.
SELECT * FROM DATA ORDER BY marks ASC, section DESC, term ASC;