6. QUEL and EQUEL Statements
:
Print Statement—Print Tables
:
Examples
Share this page
Examples
The following examples provide details.
Example 1:
The following example prints the "employee" table:
print employee
Example 2:
The following example prints both the "employee" and "dept" tables:
print employee, dept