how to use or values in oracle

Solutions on MaxInterview for how to use or values in oracle by the best coders in the world

showing results for - "how to use or values in oracle"
Mindy
25 Jul 2018
1SELECT *
2  FROM emp
3  WHERE job = 'CLERK'
4  OR deptno = 10;
5
similar questions
queries leading to this page
how to use or values in oracle