How can we retrieve all records of emp that are not present in emp1?
SELECT * FROM emp LEFT JOIN SELECT * FROM emp1;