User SCOTT executes the following command on the E...
多选题

User SCOTT executes the following command on the EMP table but has not issued COMMIT, ROLLBACK, or any data definition language (DDL) command: SQL> SELECT ename FROM emp  2 WHERE job=’CLERK’ FOR UPDATE OF empno;  SCOTT has opened another session to work with the database instance.  Which three operations wouldwait when issued in SCOTT’s second session()

发布日期:2020-04-10

A.LOCK TABLE emp IN SHARE MODE;

B.LOCK TABLE emp IN EXCLUSIVE MODE;

C.UPDATE emp SET sal=sal*1.2 WHERE job=MANAGER;

D.INSERT INTO emp(empno,ename) VALUES (1289,’Harry’);

E.SELECT ename FROM emp WHERE job=’CLERK’ FOR UPDATE OF empno;

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定