博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
1z0-052 q209_6
阅读量:6591 次
发布时间:2019-06-24

本文共 627 字,大约阅读时间需要 2 分钟。

6: 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 a
transaction?
A.The rows stay in the table only until session termination.
B.The rows stay in the table only until the next transaction starts on the table.
C.The rows are visible to all current sessions after the transaction is committed.
D.The rows stay available for subsequent sessions after the transaction is committed.
Correct Answers: A
Explanation:

转载地址:http://umzio.baihongyu.com/

你可能感兴趣的文章
根据osdid 查询磁盘是ssd盘还是sas盘
查看>>
不定期更新的IDEA功能整理
查看>>
struts2 action 返回类型分析
查看>>
【原创】FPGA开发手记(三) PS/2键盘
查看>>
【Algorithm】逆序数的分治求解
查看>>
viewpage滑动查看图片并再有缩略图预览
查看>>
linux统计多个文件大小总和
查看>>
java基础-Eclipse开发工具介绍
查看>>
JS常见的字符串操作
查看>>
洛谷P1069 细胞分裂 数学
查看>>
JAVA中的编码分析
查看>>
【经验心得】弹性布局rem-----模板----320设计稿
查看>>
查看源代码Source not found及在eclipse中配置jdk的src.zip源代码
查看>>
[NOI2014] 动物园
查看>>
5 CrawlSpider操作
查看>>
POJ 3368 Frequent values (RMQ)
查看>>
字符编码 and cpp
查看>>
Sicily 1156. Binary tree 解题报告
查看>>
如何利用webpack4.0搭建一个vue项目
查看>>
document.all用法
查看>>