EmersonH.Com

Transforming Knowledge into Power

  • Increase font size
  • Default font size
  • Decrease font size
Home T-Sql SQL DELETE

SQL DELETE

E-mail Print

The DELETE Statement
The DELETE statement is used to delete rows in a table.


SQL DELETE Syntax
DELETE FROM table_name
WHERE some_column=some_value