Previous Topic: Statement SummaryNext Topic: Naming Conventions


Components of a Physical DDL Statement

Keywords, Values, and Separators

Physical DDL statements consist of:

Where Separators Are Not Required

Separators are not required before or after a character string literal or any of the following symbols:

Symbols

Description

:

Colon

,

Comma

.

Period

;

Semicolon

Clauses in Syntax Statements Are Not Positional

The clauses in the syntax statements that appear in this chapter are not positional. That is, you can code the clauses in any order.

Verb Synonyms

The following table summarizes synonyms for the verbs CREATE, ALTER, DROP, and ADD:

Verb

Synonym

CREATE

ADD

ALTER

MODIFY, MOD

DROP

DELETE, DEL when part of the main syntax statement EXCLUDE, EXC when part of a clause

ADD

INCLUDE, INC