For example table-A (id,number) table-B(id,number)
now I want to delete Table-B records if id,number combination does not exist in table-A. Can you any one help me on this? sample data:
table-A
11,1001
12,1231
13,3451
table-B
11,3451
12,1231
54,1001
so i need to delete 11,3451; 54,1001 records from table-B