Converting ERD to Relational Tables

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Flashcards on key concepts related to converting ER diagrams to relational tables in database systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Entity Set

A collection of similar entities that represent real-world objects.

2
New cards

Strong Entity

An entity that has an independent existence and is represented by a rectangle in an ERD.

3
New cards

Weak Entity

An entity that cannot exist independently and has a primary key that includes a foreign key from a strong entity.

4
New cards

Composite Attribute

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

5
New cards

Multivalue Attribute

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

6
New cards

Primary Key

An attribute or set of attributes that uniquely identifies each record in a table.

7
New cards

Foreign Key

An attribute in one table that links to the primary key of another table.

8
New cards

One-to-One Relationship

A relationship where one entity is associated with exactly one other entity.

9
New cards

One-to-Many Relationship

A relationship where one entity can be associated with multiple entities.

10
New cards

Many-to-Many Relationship

A relationship where multiple entities can be associated with multiple entities.

11
New cards

Disjoint Class Hierarchy

A class hierarchy where subclasses do not share any common instances.

12
New cards

Overlapping Class Hierarchy

A class hierarchy where subclasses can share common instances.