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 > Tables with No Relationships

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-04, 22:48
mBlack mBlack is offline
Registered User
 
Join Date: Jan 2004
Posts: 9
Tables with No Relationships

Hi All,

I have a simple data modeling question. Is it proper in a rationalized data model to have tables with no relationship to any other tables? These tables would have a column identifying itself such as "tblId" which would have the same value in this column for each record. All references to these tables would occur in SQL statements. The "tblId" column value would be created when the table was dynamically created from the primary key Id of a type table.

Many Thanks
mBlack
Reply With Quote
  #2 (permalink)  
Old 11-08-04, 05:32
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
If such a table is useful, then certainly you may have it! I don't understand why it would need a tblId column to identify itself though; surely the table name already does that?
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 11-08-04, 11:01
mBlack mBlack is offline
Registered User
 
Join Date: Jan 2004
Posts: 9
Andrew

You are right about the "tblId" column. That stemmed from an earlier attempt to model a superType / subType situation in MS Access and didnt get erased from my whiteboard before I wrote the original post. I guess sometimes you cant see the forest because the trees block your view.

Anyhow, thanks for your help.

Mike
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