3. Statements : OpenROAD SQL Statements : Create View Statement : Parameters—Create View Statement
 
Share this page                  
Parameters—Create View Statement
This statement has the following parameters:
view_name
Defines the name of the view. It must be a valid object name.
column_name
Specifies the name of a column in the view.
select_stmt
Specifies a select statement, as described in the select statement description in this chapter.
with check option (see With Check Option Clause)
Prevents an insert or update to a view that creates a row that does not comply with the view definition.