Skip to content
Iampsp Blog

Iampsp Blog

I am a programming service provider

My Portfolio
Project order
Reviews
Favorite Exchange

Categories

  • C
  • C#
  • C++
  • CSS
  • Firefox Addons
  • Firefox Themes
  • HTML
  • JAVA
  • JavaScript
  • jQuery
  • Mybb Plugins
  • MySQL
  • PHP
  • Python
  • React
  • SQL
  • XML

Recent Posts

  • XML DOM – Accessing Nodes
  • XML DOM Nodes
  • XML DOM Tutorial
  • XML on the Server
  • XML Schema

SQL ADD Keyword

ADD

The ADD command is used to add a column in an existing table.

Example

Add an “Email” column to the “Customers” table:

ALTER TABLE Customers
ADD Email varchar(255);
Posted on 2025-03-08Author MostafaCategories SQLTags sql, sql add entry to table, sql add item to table, sql add keyword, sql add keyword to table, sql coalesce, sql insert, sql insert keyword, sql joins, sql server, sql server management studio, sql sum keyword, sql union, sql update, sqlalchemy, sqlite

Post navigation

Previous Previous post: SQL Keywords Reference
Next Next post: SQL ADD CONSTRAINT Keyword
Proudly powered by WordPress