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
  • Gaming
  • HTML
  • JAVA
  • JavaScript
  • jQuery
  • Mybb Plugins
  • MySQL
  • PHP
  • Python
  • React
  • SQL
  • Web Services
  • XML

Recent Posts

  • Top 6 Best Minecraft Server Hosting Options in 2025
  • Top 15 Most Popular Google Doodle Games in 2025
  • Top 11 IRC Clients for Windows, macOS, and Linux in 2025
  • Top 10 Open Source Video Games in 2025
  • Top 10 Free Image Hosting Services for 2025

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