Was this helpful?
PRINT 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
Last modified date: 01/30/2023