InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of ALTER TABLE command in MySQL? How is it different from UPDATE command? |
||||||||
|
Answer» ALTER TABLE command is used to modify the structure of a table.
|
|||||||||