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)- A6% (3)
- B80% (43)
- C2% (1)
- D13% (7)
Community Discussion
No community discussion yet for this question.