--- from 
 
The `from' clause tells which record type the fields are to come from.

This clause is used in conjunction with the `select' clause.

Fields to be selected with `select' must be contained the files 
   listed in the `from' clause.

EXAMPLE:

          sql> select *
          sql> from emp/
