This table is ued for storing Order Processing
system.
Column Descriptions:
Name | Type | Description |
OPSYSTEM_ID | INTEGER NOT NULL | Indicate the Order Processing system for the
order. |
NAME | VARCHAR (254) NOT NULL | Name of the order processing system. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | OPSYSTEM_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
R_3455 | OPSYSTEM_ID | ORDERS | OPSYSTEM_ID | Cascade |