摘要:
题目描述 有一个员工表employees简况如下: 有一个部门领导表dept_manager简况如下: 建表语句如下: CREATE TABLE `employees` ( `emp_no` int(11) NOT NULL, `birth_date` date NOT NULL, `first_n 阅读全文
posted @ 2021-02-04 19:43
童话Bluebells
阅读(594)
评论(0)
推荐(0)
摘要:
题目描述 有一个薪水表,salaries简况如下: 建表语句如下: CREATE TABLE `salaries` ( `emp_no` int(11) NOT NULL, `salary` int(11) NOT NULL, `from_date` date NOT NULL, `to_date` 阅读全文
posted @ 2021-02-04 19:25
童话Bluebells
阅读(128)
评论(0)
推荐(0)
摘要:
题目描述 有一个薪水表,salaries简况如下: 建表语句如下: CREATE TABLE `salaries` ( `emp_no` int(11) NOT NULL, `salary` int(11) NOT NULL, `from_date` date NOT NULL, `to_date` 阅读全文
posted @ 2021-02-04 19:20
童话Bluebells
阅读(126)
评论(0)
推荐(0)
摘要:
题目描述 有一个员工表,employees简况如下: 有一个部门表,dept_emp简况如下: 建表语句如下: CREATE TABLE `employees` ( `emp_no` int(11) NOT NULL, `birth_date` date NOT NULL, `first_name` 阅读全文
posted @ 2021-02-04 00:55
童话Bluebells
阅读(273)
评论(0)
推荐(0)
摘要:
题目描述 有一个员工表,employees简况如下: 有一个部门表,dept_emp简况如下: 建表语句如下: CREATE TABLE `employees` ( `emp_no` int(11) NOT NULL, `birth_date` date NOT NULL, `first_name` 阅读全文
posted @ 2021-02-04 00:38
童话Bluebells
阅读(118)
评论(0)
推荐(0)
浙公网安备 33010602011771号