- 9
- 0
- 约2.56万字
- 约 6页
- 2016-12-03 发布于河南
- 举报
**********没有指定用户的题目默认在SCOTT下完成,操作自己建立的表**********
作业提交方式:题目+SQL+结果截图。
建立下图中的表。命名加上自己的姓名,如emp_*****。表、字段要有备注信息。
将原库中emp,dept,salgrade,bonus表的数据覆盖到1题相应的表中。
1、2
CREATE TABLE EMP_AAA asselect * from scott.emp;comment on table emp_AAA is 雇员表comment on column emp_AAA.ename is 表示雇员姓名comment on column emp_AAA.empno is 表示雇员编号,是唯一编号comment on column emp_AAA.job is 表示工作职位comment on column emp_AAA.mgr is 表示一个员工的领导编号comment on column emp_AAA.hiredate is 员工雇佣日期comment on column emp_AAA.sal is 表示月薪,工资comment on column emp_AAA.comm is 表示奖金,或者为佣金comment on column emp_AAA.deptno is 部门编select * from
原创力文档

文档评论(0)