1.

What Are The Pre-requisites To Modify Datatype Of A Column And To Add A Column With Not Null Constraint?

Answer»
  • To MODIFY the datatype of a COLUMN the column MUST be empty.
  • To ADD a column with NOT NULL constrain, the table must be empty.



Discussion

No Comment Found