6. QUEL and EQUEL Statements : Help Statement--Display Help : Examples
 
Share this page                  
Examples
The following examples provide details.
Example 1:
The following example displays a list of all tables in the database:
help
Example 2:
The following example displays information about the "employee" table:
help employee
Example 3:
The following example displays information about the "employee" and "dept" tables:
help employee, dept
Example 4:
The following example displays information about the definition of the "highpay" view:
help view highpay
Example 5:
The following example displays all permits issued on the "job" and "employee" tables:
help permit job, employee
Example 6:
The following example lists all integrity constraints issued on the "dept" and "employee" tables:
help integrity dept, employee