Answers for "delete value of one value in row in sql"

SQL
1

delete specific row in sql

DELETE FROM Categories
WHERE CategoryID="2"AND CategoryID="3" AND CategoryID="5";
Posted by: Guest on April-19-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