The below query can be used to get distinct sal from emp table: select unique sal from emp;
Reveal answer
Fill a bubble to check yourself
The below query can be used to get distinct sal from emp table: select unique sal from emp;