Skip to content

api-evangelist/database-normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Database Normalization (database-normalization)

Database Normalization is the formal process of structuring relational schemas to reduce redundancy and avoid update, insert, and delete anomalies. It is governed by Codd's normal forms (1NF through 6NF) and the Boyce-Codd Normal Form, and is the foundation of relational design, taught in academic curricula and applied across all major SQL databases.

URL: Visit APIs.json URL

Scope

  • Type: Topic
  • Position: Consumer
  • Access: 3rd-Party

Tags

  • Database Design
  • Database Normalization
  • Normal Forms
  • Relational Theory
  • Schema Design

Timestamps

  • Created: 2025-01-01
  • Modified: 2026-04-30

Common Resources

Foundations

Normal Forms

Reference

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

Database Normalization is the formal process of structuring relational schemas to reduce redundancy and avoid update, insert, and delete anomalies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors