Top Categories

SQL Tutorial - 55: The ALTER TABLE Command
  • Category:
  • Sub Category:
  • Oracle tutorial
  • mysql tutorial
  • drop column in a table in sql
  • Oracle Database (Software)
  • advanced sql tutorials
  • sql tutorial for beginners
  • alter table command in sql
  • Tutorial (Industry)
  • SQL (Programming Language)
  • microsoft sql server tutorial
No Views

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

You Might Be Interested In