Select a query to display the names and hire date for all the employees who joined on February 22, 1981.
Consider the following relation schema:
EMP(ENAME,EMPNO,SAL,COMM,DEPTNO,JOB,MGR,HIREDATE);
Reveal answer
Fill a bubble to check yourself