Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 197 Bytes

File metadata and controls

10 lines (6 loc) · 197 Bytes

The DELETE statement is used to delete existing records in a table.

Syntax

==DELETE FROM== _table_name  ==WHERE== condition;

LINKS

[[DML (Data Manipulation Language)]]