I have some problem about my query,
I wonder how can i find result that only exist on table 1, but not table 2
table 1 - {card_no, other_data}
table 2 - {card_no, other_data2}
let say table 1 have record {1, data1}, {2, data2}, {3,data3}
table 2 have record {1, dataa}, {3, datac} ,{4, datad}
i...