Use the Create View window to create a view on one or more tables or
views.
Fields and controls
Authorities and privileges

To create a view:
- Open the Create View window.
- Optional: Use the View schema list
box to specify the schema for the view that you are creating.
- In the View name field, type the
lower-order (unqualified) identifier for the view that you are
creating.
- In the SQL statement box, edit the CREATE
VIEW SQL statement.
- Optional: Specify a Check option by
clicking on either the Cascaded or Local radio
button.
- Optional: Type a comment in the Comment field.
- Click OK to begin processing the SQL statement.

Related information