Reference Manual
CHAPTER 15. System Tables
Column name |
Column type |
Column constraint |
Table constraints |
---|---|---|---|
publication_id |
SMALLINT |
NOT NULL |
Primary Key, foreign key references SYS.SYSARTICLE |
table_id |
SMALLINT |
NOT NULL |
Primary Key, foreign key references SYS.SYSARTICLE, SYS.SYSCOLUMN |
column_id |
SMALLINT |
NOT NULL |
Primary Key, foreign key references SYS.SYSCOLUMN |
Each row identifies a column in an article.
publication_id A unique identifier for the publication of which the column is a part.
table_id The table to which the column belongs.
column_id The column identifier, from the SYSCOLUMN system table.