ASA SQL Reference
System Tables
| 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.