Pages

Showing posts with label SQL ALTER TABLE. Show all posts
Showing posts with label SQL ALTER TABLE. Show all posts

How to use SQL ALTER TABLE?

We can use ALTER TABLE keyword in order to do several changes on an existing table.

  • Add a column
  • Rename a table
  • Add / Drop / Rename / Modify a column
  • Add / Drop / Enable / Disable a constraint