Many times we need to alter the table definition by adding , deleting or updating a column in the table. In this article, I am trying to explain the following :-
1. How to add a column
2. How to update a column
3. How to drop a column
Suppose we have a ...