SYS_KEYCOL_USAGE
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Contains one row for each column on which a PRIMARY KEY or FOREIGN KEY is specified.
The following table provides details of the SYS_KEYCOL_USAGE table.
| Column name | Column data type | Column size |
|---|---|---|
| cnstrname | VARCHAR | 32 |
| colname | VARCHAR | 32 |
| colposition | INTEGER | 4 |
| owner | VARCHAR | 32 |
| tblname | VARCHAR | 32 |