Rules of Normalization

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 the rules of normalization in relational databases, including data anomalies and normal forms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Normalization

A practice of following a set of rules for designing database tables to minimize the risk of data anomalies.

2
New cards

Data Anomalies

Errors or inconsistencies in data.

3
New cards

Update Anomaly

Occurs when redundant data is only partially updated.

4
New cards

Insertion Anomaly

Results when you're not able to add data to the database due to the absence of other data.

5
New cards

Deletion Anomaly

When you unintentionally lose data because you've deleted other data.

6
New cards

First Normal Form

Each value in a column is an atomic unit.

7
New cards

Second Normal Form

Any attribute in a table is dependent on the key.

8
New cards

Third Normal Form

There are no transitive dependencies.

9
New cards

OLTP (Online Transaction Processing)

Systems with many reads and writes, constantly being updated.

10
New cards

Analytical Databases

Databases used for data analysis with many reads but fewer column inclusions in queries.