摘要: PL/SQL 阅读全文
posted @ 2013-05-08 23:28 wust小吴 阅读(505) 评论(0) 推荐(0)
摘要: 1.有关表结构操作命令 SQL>create table <表名>(<字段名1><类型> [ ,<字段名2><类型>,…]);create table employee( no number(6) primary key, name varchar2(10) not null, deptno number(2) default 10, salary number(7,2) CHECK salary <100000, birth_date date, soc_sec_num char(9) un... 阅读全文
posted @ 2013-05-08 02:05 wust小吴 阅读(230) 评论(0) 推荐(0)
摘要: 悲观锁 乐观锁 阅读全文
posted @ 2013-05-08 02:02 wust小吴 阅读(585) 评论(0) 推荐(0)
摘要: commit rollback savepoint 阅读全文
posted @ 2013-05-08 01:24 wust小吴 阅读(548) 评论(0) 推荐(1)
摘要: rownum rowid 阅读全文
posted @ 2013-05-08 00:38 wust小吴 阅读(378) 评论(0) 推荐(0)