Select rows from two tables
I have two tables Table1(Name,Size,qty) and Table2(Name,Size,qty)
I want to check Name and Size is equal to or not. If name and size of Table1 equals to Name and Size of Table2 then select row from Table2. Otherwise Select from Table1.