Grokking System Design Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Ruslan Iskandarov
I didn't understand the Levels (Normal Forms)

Ruslan Iskandarov

Aug 13, 2024

I didn't understand the section titled "Levels (Normal Forms)"

  • 1NF (First Normal Form): Data is stored in atomic form with no repeating groups.
  • 2NF (Second Normal Form): Meets 1NF and has no partial dependency on any candidate key.
  • 3NF (Third Normal Form): Meets 2NF and has no transitive dependency.

4

0

Comments
Comments
S
Shlomi Fishera year ago

Me neither. Could this topic be elaborated on?

On this page