Database and SQL Learning Mode

What does the DESC keyword do in the following query?

SELECT *
FROM MY_TABLE
WHERE ID > 0
ORDER BY ID, NAME DESC