What would a database look like if it were normalized to be completely abstracted? lets call it Max(n) normal form

Posted by Doug Chamberlain on Programmers See other posts from Programmers or by Doug Chamberlain
Published on 2011-02-08T21:46:41Z Indexed on 2011/02/09 15:33 UTC
Read the original article Hit count: 365

Filed under:
|
|

edit: By simplest form i was not implying that it would be easy to understand. For instance, developing in low level assembly language is the simplest way to can develop code, but it is far from the easiest.


Essentially, what I am asking is in math you can simplify a fraction to a point where it can no longer be simplfied. Can the same be true for a database and what would a database look like in its simplest, form?

© Programmers or respective owner

Related posts about database

Related posts about theory