Oracle数库emp_dept作业01.docVIP

  • 9
  • 0
  • 约2.56万字
  • 约 6页
  • 2016-12-03 发布于河南
  • 举报
**********没有指定用户的题目默认在SCOTT下完成,操作自己建立的表********** 作业提交方式:题目+SQL+结果截图。 建立下图中的表。命名加上自己的姓名,如emp_*****。表、字段要有备注信息。 将原库中emp,dept,salgrade,bonus表的数据覆盖到1题相应的表中。 1、2 CREATE TABLE EMP_AAA as select * 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)

1亿VIP精品文档

相关文档