exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 21 discussion

Actual exam question from Oracle's 1z0-071
Question #: 21
Topic #: 1
[All 1z0-071 Questions]

Which two are true about unused columns? (Choose two.)

  • A. A query can return data from unused columns, but no DML is possible on those columns.
  • B. Unused columns retain their data until they are dropped.
  • C. Once a column has been set to unused, a new column with the same name can be added to the table.
  • D. The DESCRIBE command displays unused columns.
  • E. A primary key column cannot be set to unused.
  • F. A foreign key column cannot be set to unused.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
yolanda_suny
5 months, 2 weeks ago
Selected Answer: BC
Option B: "Unused columns retain their data until they are dropped." This is correct. Unused columns keep their data until they are explicitly removed from the table. Setting a column to unused does not immediately delete its data; it only marks the column as unavailable. Option C: "Once a column has been set to unused, a new column with the same name can be added to the table." This is correct. Once a column is marked as unused, you can add a new column with the same name to the table, because the unused column is effectively 'removed' from the table’s structure in a logical sense.
upvoted 1 times
...
CMjer
1 year, 8 months ago
Selected Answer: BC
Note on C: you can add the same name and data type as unused column even if it's not dropped. Tested and it works.
upvoted 4 times
...
Makub
1 year, 11 months ago
I tested, Unused can be added on primary key. Desc does not display unused column. not does select query.
upvoted 1 times
...
Rik92
2 years ago
B C. Note on C. You can only add a new column with the same name as long as it's a different data type until the UNUSED is dropped.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago