nerdexam
Oracle

1Z0-047 · Question #111

Evaluate the following SQL statement: ALTER TABLE hr.emp SET UNUSED (mgr_id); Which statement is true regarding the effect of the above SQL statement?

The correct answer is B. Any constraints defined on the MGR_ID column would be removed by the above command. See the full explanation below for the reasoning.

Question

Evaluate the following SQL statement:

ALTER TABLE hr.emp SET UNUSED (mgr_id); Which statement is true regarding the effect of the above SQL statement?

Options

  • AAny synonym existing on the EMP table would have to be re-created.
  • BAny constraints defined on the MGR_ID column would be removed by the above command.
  • CAny views created on the EMP table that include the MGR_ID column would have to be dropped and re-
  • DAny index created on the MGR_ID column would continue to exist until the DROP UNUSED COLUMNS

How the community answered

(54 responses)
  • A
    6% (3)
  • B
    80% (43)
  • C
    2% (1)
  • D
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice