Show TOC

create_view_statementLocate this document in the navigation structure

			
<create_view_statement>::=
  CREATE [OR REPLACE] VIEW <table_name> [(<alias_name>,...)]
    AS <query_expression> [WITH CHECK OPTION]