Conventions used in the SQL syntax descriptions.
RELEASE SAVEPOINT [ savepoint-name ]
This example indicates that the savepoint-name is optional. Do not type the square brackets.
UNIQUE ( column-name [ , ... ] )
The example indicates that you can specify column-name more than once, separated by commas. Do not type the square brackets.
[ QUOTES { ON | OFF } ]
The example indicates that if you choose the QUOTES option, you must provide one of ON or OFF. Do not type the braces.
{ CONNECT, DBA, RESOURCE }