1. 数据库表 1.1 员工表 Create Table CREATE TABLE `employees` ( `employee_id` ) NOT NULL AUTO_INCREMENT, `first_name` ) DEFAULT NULL, `last_name` ) DEFAULT NULL, `email` ) DEFAULT NULL, `phone_number` ) DEFAULT NULL, `job_id` ) DEFAULT NULL, `salary` ,) DEFA…