I have a table wit 3 columns name,number,sal.I have one more table with name and email_address.i wanted to update the table 1 with email address of table2 by joining the column 'name'.Now how can i update tabel 1 by taking the values from table 2.Please help me out in this.
Thank you