...
/Advanced Data Definition Commands to Alter Columns
Advanced Data Definition Commands to Alter Columns
Learn about advanced data definition commands, including commands to add columns, delete columns, and update the constraints of a table.
Adding columns
To add a column to a table, use the ALTER TABLE
command with the ADD COLUMN
clause.
Here is the syntax for this:
Access this course and 1400+ top-rated courses and projects.