1.增加列
ALTER TABLE table_name ADD( column datatype [DEFAULT EXPR][,column datatype...]);
例如:
SQL>ALTER TABLE emp01 ADD eno NUMBER(4);
2.修改列定义
例如:
SQL>ALTER TABLE emp01 MODIFY job VARCHAR2(15)
...
分类:
数据库 时间:
2015-05-10 17:18:55
阅读次数:
165
笔试题设有关系EMP(ENO,ENAME,SALARY,DNO)其中各属性的含义依次为职工号、姓名、工资、所在部门号, 以及关系DEPT(DNO,DNAME,MANAGER)其中各含义依次为部门号、部门名称、部门经理的职工号1.请通过SQL语句创建表EMP、DEPT。create table emp...
分类:
数据库 时间:
2015-03-19 21:47:36
阅读次数:
322
crontab -eno crontab for root - using an empty onecrontab: installing new crontab"/tmp/crontab.JkmAak":1: bad minuteerrors in crontab file, can't inst...
分类:
数据库 时间:
2015-02-04 12:26:15
阅读次数:
287
Welcome back to what’s going to be the last “official” part of this series – I’ll do more GPU-related posts in the future, but this series is long eno...
分类:
其他好文 时间:
2014-08-05 02:56:18
阅读次数:
427