--- unique 

If a query does not select a primary key field from one of the
   record types, it is possible for that query to produce rows 
   that are exact duplicates of each other.

Sometimes, these duplicates are not desired.  The `unique' operator
   is provided to let you suppress duplicate rows in a query result.

EXAMPLE:

	  sql> select unique job
	  sql> from emp/
