Syntax documentationcreate_view_statement Locate this document in the navigation structure

Syntax Syntax

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