InterviewSolution
Saved Bookmarks
| 1. |
Which SQL statement is used to add, modify or drop columns in a database table? |
|
Answer» The ALTER TABLE statement. |
|