Created
June 12, 2021 21:32
-
-
Save bartubozkurt/278ba404c3e9fa0b949fa54feb71af92 to your computer and use it in GitHub Desktop.
The DELETE statement is used to delete existing records in a table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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