Column Name | Data Type | Description |
---|---|---|
column1 | integer not null | Primary key of a replicated table. |
column2 | varchar(20) not null | Other attribute of a replicated table. |
sourcedb | smallint not null | Identifies the database where the transaction originated. |
transaction_id | integer not null | Identifier given by the DBMS Server to the original transaction. |
sequence_no | integer not null | The sequence of the operation (insert, update, delete) within the original transaction. |