User's Manual
CREATE PUBLICATION statement
Function Use this statement to create a publication. In SQL Remote, publications
identify replicated data in both consolidated and remote databases.
Syntax CREATE PUBLICATION [ owner.]publication-name
( TABLE article-description, . . . )
owner, publication-name : identifier
article-description:
table-name [ ( column-name, .. . ) ]
[ WHERE search-condition ]
[ SUBSCRIBE BY expression ]
See also “CREATE PUBLICATION statement” [ASA SQL Reference, page 385]
356