Basically, ALTER command use to change the structure of the table.
-It add the new column in the table.
-It delete the existing column of the table.
-Change the name of the column.
-Change the name of the table.
-Change the definition of the column
Read More →