













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An in-depth exploration of entity-relationship (e-r) data model, a semantic data model used for graphical representation of conceptual database designs. It covers the major components of e-r model, including entities, attributes, and relationships. The document also explains the concept of entity types, their distinction, and the difference between entity types and external entities. Furthermore, it discusses entity instances and sets, weak and strong entity types, and naming entity types. The document concludes with an explanation of attributes, their domains, and types.
Typology: Slides
1 / 21
This page cannot be seen from the preview
Don't miss anything!














Entities
Attributes
Relationships
Term used to mean three different meanings Entity type Entity instance Entity set
Distinguishable from other entity types on the basis of properties
Identified through abstraction process
Different from External EntityDocsity.com
A particular object belonging to a particular entity type
Entity Type: Employee
Entity Instance: M. Sharif
Entity Set: All employees
An entity type whose instances cannot exist without being linked with instances of some other entity type, i.e., they cannot exist independently
A strong/regular entity type is the one whose instances can exist independently, i.e., without being linked to other instances
Strong ETs have their own identity
Regular Entity Type
Weak Entity Type
EMPPLOYEE (^) DEPENDENTS
BOOK (^) BOOKCOPY
An attribute of an entity type is a defining property or quality of the instances of that entity type. Entity instances of same entity type have the same attributes. (e.g. Student Identification, Student Name) Docsity.com
Single vs composite
Single valued vs multi-valued
Stored vs derived
Each represented as an oval, linked with an ET symbol
EMPLOYEE
Experience empId (^) empName
dateHired emp_Qual street houseNo
address
Thanks