←back to thread

121 points b-man | 1 comments | | HN request time: 0.35s | source
Show context
moi2388 ◴[] No.44026696[source]
“ Principle of Full Normalization (POFN) : Every base relation should be in its highest normal form (3, 5 or 6th normal form)”

No it shouldnt.

replies(2): >>44027041 #>>44030611 #
1. bwfan123 ◴[] No.44030611[source]
I have implemented database schemas, (without knowing database theory), and these principles are a revelation to me.

A question I have is: Given a schema, are there automated verifiers for validating that it adheres to these principles ? A schema "linter" of sorts.

There seem to be parallels to linear algebra here (orthogonal bases, decompositions, etc)