可学答题网 > 问答 > 1Z0-052题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You executed this comm


You executed this command to create a temporary table:  SQL> CREATE GLOBAL TEMPORARY TABLE report_work_area (startdate DATE, enddate DATE, class CHAR(20))ON COMMIT PRESERVE ROWS;  Which statement is true about the rows inserted into the REPORT_WORK_AREA table during atransaction ()

  • AThe rows stay in the table only until session termination.
  • BThe rows stay in the table only until the next transaction starts on the table.
  • CThe rows are visible to all current sessions after the transaction is committed.
  • DThe rows stay available for subsequent sessions after the transaction is committed
参考答案
参考解析:
分类:1Z0-052题库