Select a query to display employee name, the number of weeks employed for all the employees in the department number 10.
Consider the following relation schema:
EMP(ENAME,EMPNO,SAL,COMM,DEPTNO,JOB,MGR,HIREDATE);
Reveal answer
Fill a bubble to check yourself