DataBMS Lab 2
DataBMS Lab 2
CSL-220
Lab journal 2
Lab Tasks
1. List the name and empno of managers who earn more than 2000. Display the result in
alphabetical order of the name.
4. Display the information about the managers and clerks from the column ‘Job’ in the table emp,order the
result by deptno.
15. List the names and salary of all employees, except for Jones.
16. Find the empno, job, and hire date of all doctors and managers hired after 1990. (use IN )
17. Find the empno, job, and hire date of all Clerks and managers hired before 1990. (don’t use IN )
18. List the numbers of all employees who do not earn commission.
19. List the departments except research. Without using like