I've got a few tables that will form the database. I think my best bet is to set a primary and foreign key relationships between the two.
Here is a quick drawing on gliffy for reference. I'm trying to figure out how these are physically related. Is it with Primary/Foreign keys? The concept is a bit new to me, but I think I get the general understanding.
So how can I link [Customer] with [Referral] if I populate a table with SELECT * FROM Customer?
Thanks..
Here is a quick drawing on gliffy for reference. I'm trying to figure out how these are physically related. Is it with Primary/Foreign keys? The concept is a bit new to me, but I think I get the general understanding.
So how can I link [Customer] with [Referral] if I populate a table with SELECT * FROM Customer?
Thanks..