If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > How to determine how to connect tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-11, 03:18
Criel Criel is offline
Registered User
 
Join Date: Sep 2011
Posts: 2
How to determine how to connect tables

Hello,

I'm currently trying to hone on my design skills for building databases and I'm currently stumped. I have a few questions which might help me better myself.

Do all tables in your database HAVE to connect to another? The currently problem I have is I have two tables which connect however I cannot seem to find a single way to connect either of those tables to one of the other tables in the database. I'm nowhere near an expert in this and I just would like to know if all tables MUST be related to another(so every table has a relationship to another table in the database).

Are there any detailed tutorials out there that help with design? I've googled it time and time again and haven't come up with any that are all that helpful.

I can't seem to get to get this stuff around my head.
Reply With Quote
  #2 (permalink)  
Old 09-22-11, 03:36
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
there is no fundamental or 'legal' requirement for all tables to interconnect. In a relational db, I guess, its expected that there will be relations between tables. but sometimes its convenient to have one or more tables which don't relate to other tables.

I've seen "orphan" tables store things like configuration data (an EAV like table that stores miscellaenous 'stuff' needed by the application but doesn't justify its own table and isn't needed to provide data integrity checking for other tables)

I guess the real lesson is not to get hung up on the theory and go with what works for you in your design
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On