I have 3 tables that I want to take information from each and make a 4th table. Each record in the individual tables has a id number that links the information For example:
table A:
id
Name
phone
Fax Email
Table B:
id
address
city
state
zip
table C:
id
salesman
other phone
Can someone give me a clue how I can accomplish this? I know enough that I will need to use a join of some sort. I will need to do this many times, at least every time I need to use the end table. I am using MySql 5.0
Thanks for any help
table A:
id
Name
phone
Fax Email
Table B:
id
address
city
state
zip
table C:
id
salesman
other phone
Can someone give me a clue how I can accomplish this? I know enough that I will need to use a join of some sort. I will need to do this many times, at least every time I need to use the end table. I am using MySql 5.0
Thanks for any help