ADD

SQL ADD Keyword

The ADD keyword in SQL is used with the ALTER TABLE statement to add a new column to an existing table.

Tutorials dojo strip

SQL ADD Syntax

SQL

SQL ADD Example

This query adds a new column named email of type VARCHAR(255) to the Patients table:

SQL

SQL ADD Labs

Tutorials dojo strip