This table records details about relationships
between entries in the PX_TEMPLATE and PX_GROUP tables.
Column Descriptions:
| Name | Type | Description |
| PX_TEMPLATE_ID | INTEGER NOT NULL | Foreign key to the PX_TEMPLATE table. |
| PX_GROUP_ID | INTEGER NOT NULL | Foreign key to the PX_GROUP table. |
| 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 |
| I0000423 | PX_TEMPLATE_ID | Non-Unique Index |
| I0000424 | PX_GROUP_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1082 | PX_TEMPLATE_ID | PX_TEMPLATE | PX_TEMPLATE_ID | Cascade |
| F_1083 | PX_GROUP_ID | PX_GROUP | PX_GROUP_ID | Cascade |