DATABASE NORMALIZATION

Опубликовано: 05 Октябрь 2024
на канале: Programming For Students
303
5

Notes: https://programming-4-students.blogsp...

Database normalization basics

is the process of structuring a relational database to reduce data redundancy and improve data integrity

The primary goal of normalization is to organize the attributes (columns) and tables (relations) in a database.
By adhering to a set of formal rules (known as normal forms), we ensure that data dependencies are properly enforced by database integrity constraints.

First normal form example 1nf
second normal form example 2nf
third normal form example 3nf
dbms