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.
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
...
Log in to ExamTopics
Sign in:
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.
yolanda_suny
5 months, 2 weeks agoCMjer
1 year, 8 months agoMakub
1 year, 11 months agoRik92
2 years ago