Previous Topic: CREATE TRIGGER StatementNext Topic: Results of Using ALTER TABLE


CREATE VIEW Statement

CREATE VIEW view-name

Creates a view. The following are the significant VIEW entity-occurrence attributes defined:

column-name

Creates a column (FIELD entity-occurrence). See the CREATE TABLE column-name statement.

AS subselect

Creates a relationship between the view and the table whose columns make up the view.

WITH CHECK OPTION

Creates a domain constraint. The following are the significant CONSTRAINT entity-occurrence attributes defined: