InterviewSolution
Saved Bookmarks
| 1. |
Write SQL command to remove column named 'Hobbies' from a table named 'Student' . |
|
Answer» ALTER TABLE Student DROP Hobbies |
|