摘要:
select * from emp where sal> any (select sal from emp where emp.deptno=10) any:后面可以跟单列集合,说明任何一个 all:后面可以跟单列集合,说明所有都满足DDL:(没有事务) create ,drop, alter truncate table:裁断表DML:CRUD 配合事务(除了读以外)TCL: commit,rollback,savepoint oracle中默认的事物是隐性的 如打开,... 阅读全文