Each row in the sysarticles system table describes a table that belongs to a publication.
| Column name | Column type | Description | 
|---|---|---|
| publication _id | INTEGER | An identifier for the publication that this article belongs to. | 
| table_id | INTEGER | The identifier of the table that belongs to the publication. | 
PRIMARY KEY (publication_id, table_id)
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |