Which of the following will begin a new unit of work?()A.The CONNECT statementB.The first FETCH of a cursorC.The BEGIN TRANSACTION statementD.The first executable SQL statement

题目
Which of the following will begin a new unit of work?()

A.The CONNECT statement

B.The first FETCH of a cursor

C.The BEGIN TRANSACTION statement

D.The first executable SQL statement


相似考题
参考答案和解析
参考答案:D
更多“Which of the following will begin a new unit of work?() ”相关问题
  • 第1题:

    ( )testing ensures that a software module operates correctly and reliably.

    A.Application
    B.Integration
    C.System
    D.Unit

    答案:D
    解析:
    单元测试确保软件模块正确和可靠地运行。A应用 B集成 C系统 D单元

  • 第2题:

    下列哪些工程名是合法的()。

    A.work_2

    B.work2

    C.2work

    D.work2_


    本题答案:A

  • 第3题:

    若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=&work;

    A.work.no

    B.(*p).no

    C.p->no

    D.work->no


    D

  • 第4题:

    计算机中的位和字节用英文表示分别为 。

    A.bit,Byte

    B.Byte,Word

    C.unit,bit

    D.Word,Unit


    字节

  • 第5题:

    2、若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=&work;

    A.work.no

    B.(*p).no

    C.p->no

    D.work->no


    work->no

  • 第6题:

    21、计算机中的位和字节用英文表示分别为 。

    A.bit,Byte

    B.Byte,Word

    C.unit,bit

    D.Word,Unit


    bit,byte