CH 02
CH 02
Chapter 2
Modeling Data in the
Organization
Relationships
• Strong entity
– exists independently of other types of entities
– has its own unique identifier
▪ identifier underlined with single line, slide 12
• Weak entity
– dependent on a strong entity (identifying owner); cannot exist on
its own
– does not have a unique identifier (only a partial identifier)
– entity box and partial identifier have double lines
• Identifying relationship
– links strong entities to weak entities
• Composite identifier
– An identifier which is formed by more than one attribute, e.g.
Flight ID
Required – must have a value for every entity (or relationship) instance with
which it is associated
Optional – may not have a value for every entity (or relationship) instance with
which it is associated
Copyright © 2020 Pearson Education Ltd. All Rights Reserved
Simple versus Composite Attributes
• Simple – an attribute that cannot be broken down into
smaller components
• Composite – An attribute that has meaningful
component parts (sub-attributes)
b) Relationship
instances
• Maximum Cardinality
– The maximum number of instances of an entity that
may be associated with each instance of another
entity