You are on page 1of 2

INDEX

S.NO. 1 2 3 Create table employee. Create table department. List all the department names and their locations from the DEPARTMENT table. List all the name of assistants working in department D013. List the names of the employees not belonging to the department D003 and D008. List the different positions available in the EMPLOYEE table. List all the name of those employee whose name either starts or ends with R List the names, salary and PFs of the employee in the EMPLOYEE table. PF iscalculated as 10% of the basic salary. List the names , salary ,PF,HRA and DA IS 15% of the salary .the result should be in descending order of GROSS. List the average salary and number of employees working in each department. List the designations and the number of employees having same designations. The results should be in ascending order of the number of employees. CONTENT P.NO. 1 3 5

4 5

6 7

6 7

8 9

10

11

10

12

11

13

12

List the average salaries of those departments which are employing at least 4 people. List the names of employee along with the names of the people under whom they are working. List the details of the department which is headed by employeeE006. Increase the salary of employee E002 by 12000. List the names and designations of those employees who work in floor2 of the building.

14

13

15

14 15 16

16 17 18

INDEX

You might also like