PRODUCT_RELATION
The Product Relation table records the relation between different products including maintenance products. .
Columns |
Type |
Length |
Description |
||||||||||||||||||||||||
PRODUCT_ID |
numeric |
19 |
It is a foreign key. The ID is the primary key for the Product dimension. |
||||||||||||||||||||||||
RELATION_TYPE |
nvarchar |
255 |
Defines what relation exists between two products. For example:
|
||||||||||||||||||||||||
RELATED_PRODUCT_ID |
numeric |
19 |
This is a foreign key. The ID is the primary key for the related product in the Product Dimension table. |