Answers for "sql statement to delete record"

SQL
11

sql delete

DELETE FROM table_name WHERE condition;
-- 			Ex.
DELETE FROM Customers WHERE CustomerName='Mustafa Mbari';
Posted by: Guest on January-24-2021
0

delet all record statment sql

DELETE FROM category where category_model is  'NULL';
Posted by: Guest on June-05-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language