In Adaptive Server, use create table to
create the table, or use sp_help to verify
that the table exists.
The replicate table may have the same or different name
and/or the same or different owner name as the primary
table. It may contain all or a subset of the columns in the primary
table, with the same or different column names or datatypes. The
replication definition must specify any such differences between
the primary and replicate tables.
Note: The replicate table may include a column that is not
in the replication definition if the column accepts null values,
has a defined default value, or you use a custom function string
to apply a value to that column.