Typography

 

Red marked text should not be ignored.

A text marked in this way doesn't have any special meaning.

A TEXT MARKED IN THIS WAY MEANS AN SQL RESERVED WORD.

A text marked in this way means an abbreviation of a previously used qualification.

Any non-standard character is surrounded by apostrophes (e.g. '[').

Any part of any SQL statement enclosed by '['  and ']'   is the optional one.

Any number enclosed by '[' and ']' means a power of a number it follows.

Any count of '|' character used in any block of characters used in a SQL statement syntax definition divides such block into the count+1 mutually exclusive alternatives, which can be used in a such SQL statement.

Any part of any SQL statement enclosed by '{' and '}' may be repeated more than one time. Each repetition must be separated by a comma (,) from the others.