I have procedure where I am getting data from my 1st temp table like below
2nd temp table like below
Now I need to join this 2 temp tables to get all matching and unmatching data .My result would be like below
But I am getting only matching data.Please help how to do