Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 12, 2021 21:32
Show Gist options
  • Save bartubozkurt/278ba404c3e9fa0b949fa54feb71af92 to your computer and use it in GitHub Desktop.
Save bartubozkurt/278ba404c3e9fa0b949fa54feb71af92 to your computer and use it in GitHub Desktop.
The DELETE statement is used to delete existing records in a table.
DELETE FROM Customers WHERE CustomerName='Alfreds Futterkiste';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment