Which three statements are true?
Name Null type
-----------------------------------------------------
TRANSACTION_ID NOT NULL

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web

Which three statements are true?
Name Null type
-----------------------------------------------------
TRANSACTION_ID NOT NULL VARCHAR2(6)
TRANSACTION_DAYE DATE
AMOUNT NUMBER(10,2)
CUSTOMER_ID VARCHAR2(6)
Now examine this sequence of statements issued in a new session:
INSERT INTO BOOKS VALUES('ADV112','Adventures of Tom Sawyer',null,null);
SAVEPOINT a;
DELETE FROM BOOKS;
ROLLBACK TO SAVEPOINT a;
ROLLBACK;

A.The second ROLLBACK command restores the row that was inserted
B.The first ROLLBACK command leaves the inserted row locked
C.The second ROLLBACK command restores the 100 rows that were in the table originally
D.The second ROLLBACK command rolls back the ROLLBACK TO SAVEPOINT a command
E.The first ROLLBACK command leaves the table's 100 original rows locked
F.The first ROLLBACK command restores the 100 rows that were in the table originally
正确答案CEF
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top