Delete a worker from the Chapter 5 sample database


Select a Worker to update:



SELECT * from Worker WHERE empId=''

Worker ID:
First Name:
Last Name:
Department Name:
Birthday:
Hire Date:
Salary:




The sql for the delete
DELETE FROM Worker WHERE empId='';



Back to the home page