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:
Get hands-on with 1400+ tech skills courses.