Show comments for this question (0) Add comments Link to this question
SELECT * FROM (SELECT class_id, crs_id FROM classes ORDER BY start_date DESC) WHERE ROWNUM < 11;