|
Posted by NC on 02/17/06 04:53
Tony Peardon wrote:
>
> I've got a bunch of tables now, and I'm starting to lose track
> of table relations. Is there a command, or even a program,
> that I can use to visually see my relationships?
Relationshpis are not stored within the database; rather, they are
defined on per-query basis using JOIN clauses. Programs that allow you
to visualize relationships simply store your "notes to self" and help
you build queries based on those notes. So, in my opinion, the best
(and vendor-independent) solution is to simply document your database
design, and not just the relationships, but purpose of tables and
fields as well.
Cheers,
NC
[Back to original message]
|