Loading lesson path
Concept visual
Start at both ends
❮ SQL Keywords
command is used to add a column in an existing table.
Add an "Email" column to the "Customers" table:
ADD Email varchar(255);
Previous
SQL Keywords Reference
Next
SQL ADD CONSTRAINT Keyword