Practice Exercises 2
Practice Exercises 2
3. Populate the MY_EMPLOYEE table with the second row of the sample data. This time,
list the columns explicitly in the INSERT clause.
4. Confirm your last addition to the table.
8. Change the salary to $1,000 for all employees who have a salary less than $900.
9. Verify your changes to the table.
Because of budget issues, the HR department needs a report that displays the last name
and salary of employees who earn more than $12,000.
13.
Create a report that displays the last name and department number for employee number
176.