| Business Data Model Data Model |
Description | A collection products that are grouped together based on shared characteristics. For example: Pain relief medication Pace makers |
Attributes | |
![]() |
|
![]() |
|
![]() |
Relationship | |
![]() |
|
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | An indcator tha specifies whether or not the product group is a particular instance (actual) or a universal kind. For example: To indicate a particular Product Group, actual indicator = "true". To indicate a kind of Product Group, actual indicator = "false". |
Data Type | Standards - Data Domains.ddm/Data Domains/Boolean Indicator [INTEGER] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | A unique symbol that establishes identity of the product group. |
Data Type | Standards - Data Domains.ddm/Data Domains/Alphanumeric [VARCHAR(80)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | The number of members in a product group. For example: 10 pills 5 pace makers |
Data Type | Standards - Data Domains.ddm/Data Domains/Quantity Integer [INTEGER] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Relationship Details |
Description | DESCRIPTION: Each ExperimentalUnit might be a function performed by one ProductGroup. Each ProductGroup might function as one or more ExperimentalUnit. |
Is Identifying Relationship | false |
Child Table | Product Group |
Child Role Name | performedExperimentalUnit |
Child Multiplicity | ZERO_TO_MANY |
Child Referential Integrity: On Delete | SET_NULL |
Child Referential Integrity: On Insert | NONE |
Child Referential Integrity: On Update | SET_NULL |
Parent Table | Experimental Unit |
Parent Role Name | performingProductGroup |
Parent Multiplicity | ZERO_TO_ONE |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | SET_NULL |
Parent Referential Integrity: On Update | SET_NULL |
Description | DESCRIPTION: Each ProductGroup always groups one or more Product. Each Product might be grouped by one or more ProductGroup. |
Is Identifying Relationship | false |
Child Table | Product Group |
Child Role Name | groupedProduct |
Child Multiplicity | ZERO_TO_MANY |
Child Referential Integrity: On Delete | NONE |
Child Referential Integrity: On Insert | NONE |
Child Referential Integrity: On Update | NONE |
Parent Table | Product |
Parent Role Name | groupingProductGroup |
Parent Multiplicity | ZERO_TO_MANY |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | NONE |
Parent Referential Integrity: On Update | NONE |
| Business Data Model Data Model |