A column is dropped from a TABLE using ALTER TABLE. When is the data removed from the
row?
A.
on any next SELECT or UPDATE of the TABLE
B.
when the next OPEN of the TABLE occurs
C.
as part of processing ALTER TABLE
D.
Never. A column cannot be dropped.