--- desc

`desc' is an option to the `order by' clause.

This keyword allows sorting in descending order for the field.

EXAMPLE:

	  sql> order by dept_no desc, name asc 
