Question 86:
You issue this command which succeeds: SQL> DROP TABLE products; Which three statements are true?
Answer options:
A. All existing views and synonyms that refer to the table are invalidated but retained. B. Any uncommitted transaction in the session is committed. C. Table data and the table structure are deleted. D. All the table`s indexes if any exist, are invalidated but retained. E. Table data is deleted but the table structure is retained.