Top Categories
SQL Tutorial - 55: The ALTER TABLE Command
- Category:
- Sub Category:
In this tutorial we'll see how we can modify the structure of a table through the ALTER TABLE command in SQL. The command allows us to add, drop or modify fields in a table.