Tagged articles

Normal Forms

4 articles · Page 1 of 1
Senior Xiao Ying
Senior Xiao Ying
Feb 9, 2026 · Databases

MySQL Practical Guide: Normal Forms, Table Relationships, and Design Tips

This guide explains why solid MySQL design matters, walks through the three normal forms with concrete SQL examples, covers primary keys, foreign keys, indexes, various table relationships, an online‑store case study, design recommendations, and performance‑tuning techniques.

Database DesignER DiagramForeign Key
0 likes · 15 min read
MySQL Practical Guide: Normal Forms, Table Relationships, and Design Tips
MaGe Linux Operations
MaGe Linux Operations
Jun 25, 2017 · Databases

Master Database Normalization: 1NF, 2NF, 3NF & Key Constraints Explained

An overview of relational database normalization explains the three normal forms—1NF, 2NF, and 3NF—and details the five essential constraints (primary key, unique, default, foreign key, not null), including practical examples, rules, and foreign‑key syntax for proper schema design.

Database NormalizationForeign KeyNormal Forms
0 likes · 6 min read
Master Database Normalization: 1NF, 2NF, 3NF & Key Constraints Explained