Example & Tutorial understanding programming in easy ways.

What is the use of ALTER command?

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 →