Examine the description of the BOOKS table:
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.)
ragdoll_raincoat
6 months, 1 week agoalelejaja
8 months agoyaya32
1 year agoTheOracleWasTaken
1 year, 5 months agoOrxan_H
1 year, 9 months ago