摘要: 描述 获取有奖金的员工相关信息。 drop table if exists `employees` ; drop table if exists emp_bonus; drop table if exists `salaries` ; CREATE TABLE `employees` ( `emp_ 阅读全文
posted @ 2021-11-18 21:50 杜嘟嘟 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 描述 使用含有关键字exists查找未分配具体部门的员工的所有信息。CREATE TABLE `employees` (`emp_no` int(11) NOT NULL,`birth_date` date NOT NULL,`first_name` varchar(14) NOT NULL,`la 阅读全文
posted @ 2021-11-18 12:57 杜嘟嘟 阅读(37) 评论(0) 推荐(0) 编辑