Normalization of DBMS

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

1/9

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts related to normalization in Database Management Systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Normalization

The process of minimizing redundancy from a relation or set of relations in a database.

2
New cards

Redundancy

Unnecessary duplication of data in a database that may cause anomalies.

3
New cards

First Normal Form (1NF)

A condition of a relation where it does not contain any composite or multi-valued attributes.

4
New cards

Second Normal Form (2NF)

A form of database normalization that requires the removal of partial dependencies.

5
New cards

Third Normal Form (3NF)

A level of normalization where no transitive dependencies exist.

6
New cards

Insertion Anomaly

An issue that occurs when certain attributes cannot be inserted into a database without the presence of other attributes.

7
New cards

Deletion Anomaly

A problem that arises when the deletion of data inadvertently removes other relevant data.

8
New cards

Update Anomaly

An issue where changes in data require multiple updates to maintain consistency.

9
New cards

Composite Primary Key

A primary key made up of two or more attributes that uniquely identify a record.

10
New cards

Single Valued Attribute

An attribute that can hold only one value for a particular entity.