The DELETE command is used to remove records from a table.
DELETE FROM customers WHERE customerID = 1
DANGER!
Using an DELETE command without a WHERE will delete all records in the table
DELETE FROM customers
The DELETE command is used to remove records from a table.
DELETE FROM customers WHERE customerID = 1
Using an DELETE command without a WHERE will delete all records in the table
DELETE FROM customers
Glow Blogs uses cookies to enhance your experience on our service. By using this service or closing this message you consent to our use of those cookies. Please read our Cookie Policy.