Entering content frame

Syntax documentation create_view_statement Locate the document in the library structure

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

Leaving content frame