| Author |
SQL Query for two tables joining
|
Manoj Paul
Ranch Hand
Joined: Jan 18, 2007
Posts: 109
|
|
I have two tables A and B Table A has two records one for Amitabh and the other for Sharukh Table B has records of various cars posessed by Amitabh and Sharukh..... My question is what will be the sql Query in order to delete Sharukh record in both the table... i want to delete Sharukh membership details from Table A & simultaneously delete all the rows of Table B where the cars owner is Sharukh .. Primary key in Table A is an id and in Table B has a mem_id column which is same as that of Table A id ... What is the SQL Query? Thank you friends.. :thumb:
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Please take the time to choose the appropriate forum for your posts. This one has been moved to a more approriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: SQL Query for two tables joining
|
|
|