CREATE TABLE

Grammar Syntax

The CREATE TABLE syntax is a grammar that does not fit on just one page, but here is an overview.

<table definition> ::=
  CREATE [ <table scope>  ] TABLE <table name>  <table contents source> 
      [ WITH <system versioning clause>  ]
      [ ON COMMIT <table commit action>  ROWS ]

Click here to go to the ANSI SQL Standard specification for this syntax.

Navigate to the following pages to get more details about the translation spec for CREATE TABLE syntax.

Last updated