Oracle Database 12c SQL 1z0-071 Question # 61 Topic 7 Discussion

Oracle Database 12c SQL 1z0-071 Question # 61 Topic 7 Discussion

1z0-071 Exam Topic 7 Question 61 Discussion:
Question #: 61
Topic #: 7

You execute this command:

ALTER TABLE employees SET UNUSED (department_id);

Which two are true?


A.

A query can display data from the DEPARTMENT_ID column.


B.

The storage space occupied by the DEPARTMENT_ID column is released only after a COMMIT is issued.


C.

The DEPARTMENT_ID column is set to null for all tows in the table


D.

A new column with the name DEPARTMENT_ID can be added to the EMPLOYEES table.


E.

No updates can be made to the data in the DEPARTMENT_ID column.


F.

The DEPARTMENT_ID column can be recovered from the recycle bin


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.