Contents Index SYSCAPABILITYNAME system table SYSCOLLATION system table

ASA SQL Reference
  System Tables

SYSCHECK system table


Column name Column type Column constraint Table constraints
check_id INTEGER NOT NULL Primary key
check_defn LONG VARCHAR NOT NULL

Each row identifies a named check constraint in a table.

check_id    An identifier for the constraint.

check_defn    The CHECK expression.


Contents Index SYSCAPABILITYNAME system table SYSCOLLATION system table