Dbms File Index
Dbms File Index
3 List all the data from the EMP and DEPT tables. 4-5
6 List all Employee's name and salaries from the EMP table. 10
7 List the all information about the Employee's whose salary 10-11
is more than 20000
12 Delete the record of all Photographers from the EMP table. 13-15
16 Alter table EMP and delete the column Contact number. 16-17
22 Alter the Job_type column in EMPLOYEE table and add NOT NULL 18
constraint.
25 List the name of employees who served for more than 2 years 21
in the organisation from the EMPLOYEE table.