Problem 2.3: Update the EMP table to set the commission of all employees toRs 1000/- who are working as MANAGERS.Problem 2.4: Create a pseudo table EMPLOYEE with the same structure andrecords as the table EMP using select clauses.Problem 2.5: Delete only those who are working as supervisors.Problem 2.6: Delete the rows whose EMPNO is 12.Problem 2.7: List the records in the EMP table ORDERBY SALARY in ascendingorder.Problem 2.8: List the records in the EMP table ORDERBY salary in Descendingorder.Problem 2.9: Display only those employees whose DEPTNO is 11.Problem 2.10: Display department mummers in EMP table avoiding theduplicated values.Problem 2.11: List the records in sorted order of their employees.Problem 2.12: Create a MANAGER table from the EMP table which shouldhold details only about the managers.Problem 2.13: List the employee names whose SALARY is null.Problem 2.14: List the EMPLOYEE NAMES and the DEPARTMENT NAME in whichthey are working
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here