--- asc

`asc' is an option of the `order by' clause.

This keyword allows sorting in ascending order for the field.

EXAMPLE:

	  sql> order by dept_no dec, name asc 
