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

Recent Posts

  • jQuery – The noConflict() Method
  • jQuery – AJAX get() and post() Methods
  • jQuery – AJAX load() Method
  • jQuery – AJAX Introduction
  • jQuery Traversing – Filtering

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