select * from emp where job_type<>\'ANALYST\';
I have similar query in my project. I have been told to find other way to remove not equal to,