Q50 You currently have an active transaction in your session and have been granted select access to V$TRANSACTION.

In which three situations will re-executing this query still return a row but with a different XID, indicating a new transaction has started?
- (A). after successfully executing a commit or rollback followed by a select statement
- (B). after successfully executing a create table as select statement followed by a select for update statement
- (C). after successfully executing a commit or rollback followed by a DML statement
- (D). after successfully executing a create table statement followed by a create index statement
- (E). after successfully executing a DML statement following a failed DML statement
- (F). after successfully executing a truncate statement followed by a DML statement
Xem thêm:
- Auto insert data to table every 5 seconds Oracle Database
- Cursor trong Oracle database
- PostgreSQL superuser
- Cài đặt Oracle Database 12c trên Linux 7 | Install Oracle database 12c on Linux 7
- Cài đặt Oracle E-Business Suite 12.2.13 trên Linux 7.9 – step by step installation Oracle EBS 12.2 on Linux
