Is it possible to modify a Datatype of a column when column contains Data
B
Correct answer
Explanation
Most traditional databases restrict changing a column's data type once it contains data to prevent data loss or corruption. While some modern databases allow type conversions when compatible, the general principle in traditional RDBMS is that schema changes on populated columns are restricted. Options C and D are not meaningful responses.