Statement Reference
Usage
- Words in all caps and bold, indicate keywords. eg. TABLE
- User variables are indicated by itialic words. eg. TableName
- () indicates grouping. eg. ( ColumnName DataType ( ColumnConstraints | TableConstraint ) )
- | indicates a choice from multiple options. eg. ( CASCADE | RESTRICT )
- [] indicates that the block is optional. eg. [ CASCADE | RESTRICT ]
- ()* indicates that the group can be repeated n times separated by commas, where n starts from 0.
- ()+ indicates that the group can be repeated n times separated by commas, where n starts from 1.
- "" indicates words within double quotes are to be used as it is, even if they are not keywords.