Oracle
1Z0-047 · Question #121
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 constrains 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 constrains 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 be automatically modified
- DAny index created on the MGR_ID column would continue to exist until the DROP UNUSED COLUMNS
How the community answered
(58 responses)- A7% (4)
- B76% (44)
- C14% (8)
- D3% (2)
Community Discussion
No community discussion yet for this question.