Lab 9
Lab 9
Submitted by:
Submitted to:
2. Add the first row of data to the MY_EMPLOYEE table from the following sample data.
3. Populate the MY_EMPLOYEE table with the second row of sample data from the
preceding list. This time, list the columns explicitly in the INSERT clause.
8. Change the salary to 1000 for all employees with a salary less than 900
9. Verify your change to the table
13. Discard the most recent DELETE operation without discarding the earlier INSERT
statement
14. Confirm that the new row is still intact.