1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
subtype entity / supertype entity
A subtype entity is a subset of another entity type, called the supertype entity.
e.g. GasVehicle is a subset of Vehicle, so GasVehicle is a subtype entity of the Vehicle supertype entity.
On ER diagrams, subtype entities are drawn within the supertype.
IsA relationship
A supertype entity identifies its subtype entities. The identifying relationship is called an IsA relationship.
partition
A partition of a supertype entity is a group of mutually exclusive(belong to only one subtype entity) subtype entities.
Database Design
are determined, the database designer looks for supertype and subtype entities.
once Analysis id done, logical design converts an entity-relationship model to tables, columns, and keys for a specific database system.
Creating supertype and subtype entities is the last of four analysis steps:
Discover entities, relationships, and attributes
Determine cardinality
Distinguish strong and weak entities
Create supertype and subtype entities