Entity Sets¶
Strong Entity Set¶
A strong entity set is reduced to a schema containing the attributes of the set
soldier(soldier_ID, experience, weapon_id)
Weak Entity Set¶
A weak entity set is reduced to a schema containing its attributes, including the primary key of its identifying set
expertise(accuracy, consistency, ease_of_manuoevering, weapon_ID)