Term
|
Definition
Extended Entity Relationship Diagram Includes entity supertypes and subtypes |
|
|
Term
|
Definition
Depicts arrangement of supertypes and subtypes One to one relationship "Is a" Subtype exists only within context of supertype Every subtype has only one supertype to which it is directly related Can have many levels of supertype subtype relationships |
|
|
Term
|
Definition
Enables entity subtype to inherit attributes and relationships of supertype Subtypes inherit primary key of supertype |
|
|
Term
|
Definition
Attribute in supertype entity Determines to which entity subtype each supertype occurrence is related |
|
|
Term
|
Definition
Non-overlapping subtypes Subtypes that contain unique subset of supertype entity set |
|
|
Term
|
Definition
Subtypes that contain nonunique subsets of supertype entity set |
|
|
Term
|
Definition
Specifies whether entity supertype occurrence must be a member of at least one subtype Partial Completeness Total Completeness |
|
|
Term
|
Definition
Not every record in the parent entity will appear in at least one sub entity |
|
|
Term
|
Definition
Every record in the superentity must be included in a sub entity |
|
|
Term
|
Definition
Top Down Process Based on grouping unique characteristics and relationships of the subtypes |
|
|
Term
|
Definition
Bottom up process Based on grouping common characteristics and relationships of the subtypes |
|
|
Term
|
Definition
A virtual entity that represents multiple entities and relationships in ERD |
|
|
Term
|
Definition
A real world identifier used to uniquely identify |
|
|
Term
Composite Primary Keys are Useful |
|
Definition
As identifiers of composite entities As identifiers of weak entites |
|
|
Term
|
Definition
Auto Number Used when there is no natural key Used when selected candidate key is too long or cumbersome |
|
|
Term
If there is a one to one relationship where do you put the foreign key |
|
Definition
If both tables are equal in size it does not matter If one table is small and the other is large put the foreign key in the smaller table |
|
|
Term
|
Definition
Values change over time Must keep a history of data changes |
|
|
Term
|
Definition
You need to include a bridge |
|
|
Term
|
Definition
When relationship is improperly or incorrectly identified |
|
|
Term
|
Definition
Most common design trap When one entity is in two 1:M relationships to other entities |
|
|
Term
|
Definition
Occur when there are multiple relationship paths between related entities Sometimes used to simplify the design |
|
|
Term
|
Definition
Occur when there are multiple relationship paths between related entities Sometimes used to simplify the design |
|
|
Term
|
Definition
Translate specific real-world environment into data model |
|
|