SQL Tutorial - 55: The ALTER TABLE Command

The Bad Tutorials
Youtube
Related Topic
:- Database Management

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. 

Comments