Related Questions

What is the significance of "ORDER BY emp_id DESC" in the following MySQL command?
SELECT emp_id, fname, lnameFROM personORDER BY emp_id DESC;
What does the DESC keyword do in the following query?
SELECT *FROM MY_TABLEWHERE ID > 0ORDER BY ID, NAME DESC"
To obtain the structure of an Oracle table, the command to use is: