jimin-kiim / DBS

Database System Concepts and Designing
0 stars 0 forks source link

Normalization #6

Open jimin-kiim opened 1 year ago

jimin-kiim commented 1 year ago
jimin-kiim commented 1 year ago

Features of Good Relational Design

jimin-kiim commented 1 year ago

Functional Dependencies

Keys and Functional Dependencies

Trivial Functional Dependencies

ID, name -> ID
name -> name
In general, a -> b is trivial if b ⊆ a 

Lossless Decomposition

Dependency Preservation

jimin-kiim commented 1 year ago

BCNF ( Boyce-Codd Normal Form)

jimin-kiim commented 1 year ago

3NF ( Third Normal Form )