Select a query to display all the employees who are not clerks and not in department number 30.
Consider the following relation schema:
EMP(ENAME,EMPNO,SAL,COMM,DEPTNO,JOB,MGR,HIREDATE);
Reveal answer
Fill a bubble to check yourself
Select a query to display all the employees who are not clerks and not in department number 30.
Consider the following relation schema:
EMP(ENAME,EMPNO,SAL,COMM,DEPTNO,JOB,MGR,HIREDATE);