Data Base and Management System Lab
Data Base and Management System Lab
CSL-220
Lab journal 1
6. List the department name & deptno for departments having deptno.>=10
9. Increment the salary of each employee 10 times and then display the annual
salary along with emp#, employee names and dept# from EMP table.
12.List the employees who have salary between 1000&2000 (using AND Operator)
13.List the name,monthly salary and daily salary and hourly salary for employee;
assume that there are 22 working days in a month,8 working hours in a day.
Display the rows with column names as monthly,daily &hourly sal.