nerdexam
Oracle

1Z0-071 · Question #79

You issue the following command to drop the products table: SQL> DROP TABLE products; Which three statements are true about the implication of this command?

The correct answer is A. All data along with the table structure is deleted. B. A pending transaction in the session is committed. D. All views and synonyms remain but they are invalidated. See the full explanation below for the reasoning.

Question

You issue the following command to drop the products table:

SQL> DROP TABLE products; Which three statements are true about the implication of this command?

Options

  • AAll data along with the table structure is deleted.
  • BA pending transaction in the session is committed.
  • CAll indexes on the table remain but they are invalidated.
  • DAll views and synonyms remain but they are invalidated.
  • EAll data in the table is deleted but the table structure remains.

How the community answered

(20 responses)
  • A
    85% (17)
  • C
    10% (2)
  • E
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice