View schema
Use this box to specify the schema of the view that you're creating. The initial value in this box is the user ID under which you connected to the database. To specify a schema with a name that's different than this ID, use one of these methods:
View name
Type a name for the view that you are creating. This name:
Attention: This name must be unique within the view's schema. No other object in the schema can have the same name.
This field displays an SQL template for a CREATE VIEW statement. To create a view, type in your own SQL statement, or type in the appropriate SQL according to the template.
Examples
(projno, projname, in_charge) AS SELECT projno, projname, respemp FROM project WHERE substr(projno, 1,2)='MA'
Clear
Click on this push button to clear any text in the SQL statement box.
Undo
Click on this push button to remove the last change made to the SQL statement box.
Check options
Use the Check options radio buttons to specify the constraint that conforms to the definition of the view. A row that does not conform to the definition of the view is a row that does not satisfy the search conditions of the view. If a check option is specified for an updatable view that does not allow inserts, then the constraint applies to updates only.
Select one radio button to specify the check option you want for the view:
Comment
Type a comment of up to 254 characters, including embedded blanks, in this box.