Question 46
Which two are true about shrinking a segment online? (Choose two.)
Question 47
Which three statements are true about a self join? (Choose three.)
Question 48
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.)
Question 49
Which two are true about shrinking a segment online? (Choose two.)
Question 50
Which three object types support deferred segment creation? (Choose three.)
