Re: How to Connect two mySQL Tables

2002-07-10 Thread Victoria Reznichenko
Thomas, Wednesday, July 10, 2002, 1:15:35 PM, you wrote: TEJ> If i have two seperate mySQL Tables in my database, TEJ> with some information.. and i would like to connect TEJ> the two tables so as to get Relevant Data picked up TEJ> from the relevant Table and it's relevant fields. TEJ> Do we n

How to Connect two mySQL Tables

2002-07-10 Thread Thomas Edison Jr.
Hi, If i have two seperate mySQL Tables in my database, with some information.. and i would like to connect the two tables so as to get Relevant Data picked up from the relevant Table and it's relevant fields. Do we need to use a Foriegn/Primary key for this purpose? If so, how do you use them?