Next: Leaving MySQL
Up: p1
Previous: SQL Queries
- Insert a row into the department table to record a new production department, department 50, to be based in Glasgow.
- Change the new row to indicate that the production department is
now to be based in Edinburgh.
- Delete the production department.
- To see the effect of updates on views:
- List the contents of Emp and Emp_View
- Delete employee Jones from Emp
- List the contents of Emp and Emp_View
Phil Trinder
2011-10-14