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
相关考题:
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
( )testing ensures that a software module operates correctly and reliably.A.ApplicationB.IntegrationC.SystemD.Unit
2、若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=work;A.work.noB.(*p).noC.p->noD.work->no
若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=work;A.work.noB.(*p).noC.p->noD.work->no
21、计算机中的位和字节用英文表示分别为 。A.bit,ByteB.Byte,WordC.unit,bitD.Word,Unit