select * from emp where 1=1; what is the output?
It will return all the records present in the table emp as the condition 1=1 is true.