Hi...

If a table has two columns which are related to another table, can I Join
them using Foreign Key, if so, how could I do it?

Table 1
ID
Col_A
Col_B

Table 2
ID
Col_C   <----  need to link to ID in table_1
Col_D   <----  also need to link to ID in table_1

thanks
michael



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to