System tables descriptions

This section contains a description of each of the system tables. The system tables are described via the CREATE TABLE commands used to create them. They serve as good examples of how tables are created in SQL. Following the CREATE TABLE command, each column is briefly described.

Several of the columns have only two possible values. Usually these values are “Y” and “N” for “yes” and “no,” respectively. These columns are designated by “(Y/N)”.