your questions are totally unrelated to perl...at this stage
anyway...you should probably have a better grounding in relational database design before starting heated arguments. please refer to http://en.wikipedia.org/wiki/Database_normalization as a starting point for database design. There are more database design related concepts to consider than there is space/time to layout here but, understanding and designing a database to be in 3rd normal form caters for most needs
i suspect that you will just try to justify your existing design...instead once you fully grasp 3rd normal form (doesn't take a year) you should have a go at drawing an Entity Relationship Diagram (ERD) from scratch.
as for authoritative books...Structured Systems Analysis and Design by Edward Yourdon is still the baseline that all other methodologies are judged by. it encompasses data normalization and many other rigorous proven methodologies.
best of luck
the hardest line to type correctly is: stty erase ^H

In reply to Re: (OT) Couple of Data Model Design Considerations by aquarium
in thread (OT) Couple of Data Model Design Considerations by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.