Convention |
Description |
---|---|
[ item ] |
Square brackets ( [ ] ) enclose an optional item. |
minute | minutes |
A vertical bar ( | ) separates alternative options. |
{ option1 | option2 } |
Braces ( { } ) indicate that one of the enclose options is required. |
-- comment |
A double dash ( -- ) indicates a comment line. |
item ... |
An ellipsis ( ... ) indicates that you can repeat the preceding item. A comma may not be used to separate repeated items. |
item, ... |
An ellipsis preceded by a comma indicates that a comma is required to separate repeated items. |
italics |
Italics indicate the default value for any parameters not given on a CREATE statement. |