zoukankan      html  css  js  c++  java
  • 【2019年8月】OCP 071认证考试最新版本的考试原题-第23题

    Choose two

    Which two statements are true about transactions in the Oracle Database serve?

    A) An uncommitted transaction commits automatically if the user exits SQL*Plus

    B) Data Manipulation Language (DML) statements always start a new transaction.

    C) A user can always see uncomitted updates made by the same user in a dfferert session.

    D) A Data Detiniton Language (DDL) statement does a commit automatially only for the data dictionary updates caused by the DDL

    E) A session can always see uncomnitted updetes made by itselt.

    F) If a session has an uncometted transaction,then a DDL statement issue a COMMIT before starting a new transaction.

    Answer:AE

    (解析:这道题考的是事务提交和没有提交时的状态,属于常规的理论知识。)

  • 相关阅读:
    liunx下手动安装git及配置
    Liunx系统下删除自带的JDK及安装需要的JDK版本
    Pipeline简单实现的代码
    HttpClient-post请求,含图片
    Java
    函数及BOM
    JS--EcmaScript
    定位
    浮动
    盒子模型
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/11803262.html
Copyright © 2011-2022 走看看