add a worker to the chapter 5 sample database

back

worker id: <- auto increment

first name:

last name:

department:

birthday:

hire date:

salary:




the sql for the insert

INSERT into Worker values ('', '', '', '', '', '', '')

emp id last name last name dept name birth date hire date salary
101SmithTomAccounting1970-02-201993-06-0699500.00
103JonesMaryAccounting1975-06-152005-09-20105072.00
105BurnsJaneAccounting1980-09-211990-12-0677610.00
110BurnsMichaelResearch1977-05-042010-09-10139300.00
115ChinAmandaResearch1980-09-222014-06-19119400.00
116WashingtonGeorgeAccounting1735-02-242023-02-02119400.00
118adamsjohnResearch2023-03-162023-03-1779600.00
120madisonjamesAccounting2023-03-182023-03-2339800.00