InterviewSolution
Saved Bookmarks
| 1. |
How is ALTER TABLE statement different from CREATE TABLE statement ? |
|
Answer» ALTER TABLE modify the existing table structure CREATE TABLE creates a new table. |
|