update a worker in the chapter 5 sample database

back

select a worker to update:



worker id:

first name:

last name:

department:

birthday:

hire date:

salary:




display the new worker table

the sql for the update

UPDATE Worker set lastName = '' , firstName = '' , deptName = '' , birthDate = '' , hireDate = '' , salary = '' where empId = ''