Relationships between products and fulfillment methods
Data model
Fields
Field | Type | Description |
---|---|---|
method_id* | INT | Compliance Method Identifier |
product_id* | INT | Product Identifier |
Primary Key
PK_AES_PRODUCT_METHOD |
---|
product_id, method_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
method_id* | dbo.AES_METHOD | id | FK02_AES_PRODUCT_METHOD |
product_id* | dbo.AES_PRODUCT | id | FK01_AES_PRODUCT_METHOD |