InterviewSolution
Saved Bookmarks
| 1. |
Suppose we added a new column by using ALTER statement, where the column will be added? |
|
Answer» When we use ALTER statement for adding a new column then it will be added at the end of the table. |
|