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 > Foreign Key - Newbie Question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-09, 16:53
VillaLion VillaLion is offline
Registered User
 
Join Date: Jul 2009
Posts: 1
Foreign Key - Newbie Question

Ok, really amateur question coming up:

Three relations (A, B, C)

I place a foreign key from relation A into relation B. I then place the same key from relation B into relation C.
Is the placement from relation B into relation C creating a relationship between B and C, or A and C?

Perhaps I am missing some very basic theory here?

Thanks for your help in advance.
Reply With Quote
  #2 (permalink)  
Old 07-03-09, 17:37
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,516
Quote:
Originally Posted by VillaLion
Is the placement from relation B into relation C creating a relationship between B and C
yes, provided that it is the key of B that you're placing into C, rather than the key of A
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 07-04-09, 03:54
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
Quote:
Originally Posted by VillaLion
Is the placement from relation B into relation C creating a relationship between B and C, or A and C?
Both. It's a ternary (3 way) relationship - a relationship being "an association among things". However, in ER modelling and UML it is often the case that only simple binary relationships are named and represented diagramatically.
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