A weak entity type is an entity that does not have a key attribute, it must participate in an identifying relationship type with an owner or identifying entity type.

Entities are identified by the combination of:

  • the particular entity they are related to in the identifying entity type
  • Partial key

    a partial key: an attribute that can uniquely identify weak entities that are related to the same owner entity

    Link to original