Q138 Examine the description of the BOOKS table

Q138 Examine the description of the BOOKS table:

word image 5347 1

The table has 100 rows.

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;

Which two statements are true? (Choose two.)

  • (A). The second ROLLBACK command does nothing
  • (B). The second ROLLBACK command replays the delete
  • (C). The first ROLLBACK command restores the 101 rows that were deleted, leaving the inserted row still to be committed
  • (D). The second ROLLBACK command undoes the insert
  • (E). The first ROLLBACK command restores the 101 rows that were deleted and commits the inserted row

 

Datalinks.vn

Hello các bạn, mình là Dương Nguyễn tác giả của blog này. Với gần 20 năm làm việc trong lĩnh vực CNTT, VT trong và ngoài nước, mong muốn được chia sẻ kiến thức và kinh nghiệm về database với các bạn đam mê và quan tâm đến lĩnh vực này. Đặc biệt là #OracleDatabase hoặc luyện thi #OCP database admin. Các bạn cần người đồng hành thì alo mình nhé. Call/Zalo: 0765 871 888. Thanks you !.....
0 0 đánh giá
Đánh giá bài viết
Theo dõi
Thông báo của
guest

1 Bình luận
Phản hồi nội tuyến
Xem tất cả bình luận