Chapter 10C – Managing Databases with MySQL 5.7
Page 10C-19
INSERT INTO EMPLOYEE VALUES(
null, ‘Alan’, ‘Adams’, ‘Human Resources’, ‘HR1’, 4, ‘360-285-8320’,
‘Adam.Adams@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Ken’, ‘Evans’, ‘Finance’, ‘CFO’, 1, ‘360-285-8410’,
‘Ken.Evans@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Mary’, ‘Abernathy’, ‘Finance’, ‘FA3’, 6, ‘360-285-8420’,
‘Mary.Abernathy@WP.com’);
INSERT INTO EMPLOYEE VALUES(
‘Ken.Numoto@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Linda’, ‘Granger’, ‘Sales and Marketing’, ‘SM2’, 10, ‘360-285-
8520′, ‘Linda.Granger@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘James’, ‘Nestor’, ‘InfoSystems’, ‘CIO’, 1, ‘360-285-8610’,
‘James.Nestor@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Rick’, ‘Brown’, ‘InfoSystems’, ‘IS2’, 12, null, ‘Rick.Brown@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Mike’, ‘Nguyen’, ‘Research and Development’, ‘CTO’, 1, ‘360-285-
8710′, ‘Mike.Nguyen@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Jason’, ‘Sleeman’, ‘Research and Development’, ‘RD3’, 14, ‘360-
285-8720′, ‘Jason.Sleeman@WP.com’);
INSERT INTO EMPLOYEE VALUES(
null, ‘Mary’, ‘Smith’, ‘Production’, ‘OPS3’, 1, ‘360-285-8810’,
‘Mary.Smith@WP.com’);