Previous Topic: UsageNext Topic: More Information


Examples

In the following example, the DISPLAY statement includes all current defaults except the schema history.

display schema name is empschm
        without history.

In the following example, the DISPLAY statement specifies all options (except schema history), whether or not they are included in the current defaults.

display schema name is empschm
         with all
         without history.