nerdexam
Oracle

1Z0-071 · Question #11

You issue the following command to drop the PRODUCTS table: SQL>DROP TABLE products; What is the implication of this command? (Choose all that apply.)

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

Question

You issue the following command to drop the PRODUCTS table:

SQL>DROP TABLE products; What is the implication of this command? (Choose all that apply.)

Options

  • AAll data in the table are deleted but the table structure will remain
  • BAll data along with the table structure is deleted
  • CAll views and synonyms will remain but they are invalidated
  • DThe pending transaction in the session is committed
  • EAll indexes on the table will remain but they are invalidated

How the community answered

(56 responses)
  • A
    5% (3)
  • B
    82% (46)
  • E
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice