Add a worker to the Chapter 5 sample database

Worker ID: <-- This is autoincrement
First Name:
Last Name:
Department Name:
Birthday:
Hire Date:
Salary:




The sql for the insert
INSERT INTO Worker VALUES ('', '', '', '', '', '', '')

Display query didn't work