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. When we use ALTER statement for adding a new column then it will be added at the end of the table. |
|