InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to change column size from VARCHAR (10) to VARCHAR (50)? |
|
Answer» ALTER command with MODIFY command should be used for this purpose. |
|