You are on page 1of 1

select * from DEPT where DEPTNO not in (20,30);

select * from EMP where mgr is null;


select ename from EMP where hiredate between '02.04.1981.' and '08.09.1981.';

You might also like