ER and EER Mapping to Relational Schema

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts from the lecture on ER and EER mapping to relational schema.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

ER-to-Relational Mapping

A process of converting an Entity-Relationship model into a relational database schema.

2
New cards

Weak Entity Type

An entity that cannot be uniquely identified by its attributes alone and relies on a foreign key relationship.

3
New cards

Foreign Key

An attribute in one table that links to the primary key of another table, establishing a relationship.

4
New cards

Mapping Algorithm

A step-by-step procedure used for converting ER models to relational schema.

5
New cards

Binary 1:1 Relationship

A relationship where each instance of one entity is related to exactly one instance of another entity.

6
New cards

Multivalued Attribute

An attribute that can hold multiple values for a single entity.

7
New cards

N-ary Relationship

A relationship that involves three or more entities.

8
New cards

Composite Attribute

An attribute that can be divided into smaller sub-components.

9
New cards

Entity Type

A category of objects with a distinct existence in the database.

10
New cards

Surrogate Key

A unique identifier for an entity that is not derived from application data.

11
New cards

Relationship Relation

A special table used to represent relationships between two or more entity types.

12
New cards

Cardinality Constraints

Rules defining the number of instances of one entity that can be associated with instances of another entity.

13
New cards

Disjoint Specialization

A form of specialization in which each instance of a superclass can only belong to one subclass.

14
New cards

Option 8A

Mapping approach which uses multiple relations to represent superclass and subclasses.

15
New cards

Generalization

The process of abstracting shared characteristics from two or more entities into a generalized superclass.

16
New cards

Dependents Attribute

An attribute describing individuals related or dependent on an entity, such as children of employees.