a) Composite attributes is the type of attribute that contains more than one value. So in the given ERD the composite attributes are:
Because
b) Derived Attribute is the attribute whose value is found/derived from other attributes. So in the given ERD the attribute Cost-of-Materials of Lot entity is acting as a derived attribute because the cost of materials depends on the Unit cost of the raw materials entity attribute.
c) The relationship " raw materials are used in 0..* lots " means that the raw materials exist independently in the system without creating from Lot But if we change the cardinality to "raw materials are used in 1..* lots.” which means there is a need that at-least one lot is required for raw material.
Comments
Leave a comment