Re: Database design question - Isolated, unrelated tables
From: paul c <toledobythesea_at_oohay.ac>
Date: Mon, 25 Jun 2007 22:35:53 GMT
Message-ID: <drXfi.62901$xq1.34539_at_pd7urf1no>
Date: Mon, 25 Jun 2007 22:35:53 GMT
Message-ID: <drXfi.62901$xq1.34539_at_pd7urf1no>
Erland Sommarskog wrote:
> (nyathancha_at_hotmail.com) writes:
>
>>I have a question regarding best practices in database design. In a
>>relational database, is it wise/necessary to sometimes create tables
>>that are not related to other tables through a foreign Key
>>relationship or does this always indicate some sort of underlying
>>design flaw. Something that requires a re evaluation of the problem
>>domain?
> ...
> In the end what matters a lot is how this data is going to be used. ...
