Anfragesprache SQL
SQL Overview
Basic database queries
SQL Insert, Delete and Update
Inserting tuples
Deleting tuples
Updating tuples
Summary
Recommended Reading
Bibliography
Metadata
GITTA/CartouCHe news:
The delete-command removes one or more rows (tuples) of a table (relation). The WHERE-clause specifies which tuples have to be deleted. If it is missing, all tuples are deleted! The syntax is: DELETE FROM TablenameWHERE Condition;
DELETE FROM
WHERE
Anfragesprache SQL: SQL Insert, Delete and Update: Deleting tuples
Update: 9.1.2013 (eLML) - Found a bug? - Contact - Print (PDF) - © GITTA 2006 (Creative Commons)