Question:How can migration be done from a LONG to a LOB data type for a column?
A Use the DBMS_MANAGE_LOB.MIGRATE procedure
B Use the UTL_MANAGE_LOB.MIGRATE procedure
C Use the DBMS_LOB.MIGRATE procedure
D You cannot migrate from a LONG to a LOB data type for a column
E Using ALTER TABLE statement
+ AnswerE
+ Report