InterviewSolution
Saved Bookmarks
| 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 modify the datatype of a column the column must be empty. |
|