The HSSYSCKS table is used for SYSCHECKS views. The following table describes the columns in the HSSYSCKS table:
| Column | Type | Length | Decimal | Domain | 
|---|---|---|---|---|
| TBOWNER | CHAR | 128 | 0 | Owner of the table | 
| CREATOR | CHAR | 128 | 0 | Creator name | 
| TBNAME | CHAR | 128 | 0 | Table name | 
| CHECKNAME | CHAR | 128 | 0 | Check constraint name | 
| CHECKCONDITION | CHAR | 7400 | 0 | Text of the check constraint |