What will happen if the given emp table is queried?
select enpno,DISTINCT ename,Salary from emp;
Reveal answer
Fill a bubble to check yourself
What will happen if the given emp table is queried?
select enpno,DISTINCT ename,Salary from emp;