Specify the owner of the view. This is an 8-character identifier. 

Opens a List ID User ID's window to search for a valid owner. 

Type the name for your view. Valid length is no greater than 8 characters. 

Modify the contents to create the view statement. 

Resets the text box to it's initial state. 

Erases the contents of the test box. 

Specify no check option parameters. 

Specify a cascaded check option. Meaningful for views defined on views. Update and insert operations on a view must satisfy the search conditions of the view and all underlying views, regardless of whether the underlying views were defined with a check option. Every updatable view that is directly or indirectly defined on the view inherits those search conditions as a constraint on insert or update operations. 

Specify a local form of the check option which lets you update or insert rows that do not conform to the search condition of the view. 

Type comments you want to include with the view. This adds a COMMENT ON statement which adds comments in the description of the view in the REMARKS column of the catalog table for the row that describes the view. The maximum number of characters is 254.

Submits the data in the window and closes the window.

Displays the SQL statements that would be generated by your choices in this window.

Cancels the process and closes this window.