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 DROP COLUMN Keyword

DROP COLUMN

The DROP COLUMN command is used to delete a column in an existing table.

The following SQL deletes the “ContactName” column from the “Customers” table:

Example

ALTER TABLE Customers
DROP COLUMN ContactName;

Posted on 2025-03-08Author MostafaCategories SQLTags sql, sql coalesce, sql drop column after join, sql drop column from select, sql drop column from table, sql drop column from temp table, sql drop column from view, sql drop column if exists, sql drop column in select statement, sql drop column keywords, sql drop column multiple, sql drop column with constraint, sql drop column with foreign key, sql insert, sql joins, sql server, sql server management studio, sql union, sql update, sqlalchemy, sqlite

Post navigation

Previous Previous post: SQL DROP Keyword
Next Next post: SQL DROP CONSTRAINT Keyword
Proudly powered by WordPress