Search the Blog

Saturday, July 13, 2019

SQL Delete Query


SQL Delete Query

Basic Query Structure-

DELETE FROM table_name WHERE condition;
 

Note :- Where Condition is mandatory, if misses then all rows of table will be replaced with value.

Demo Query:=

Delete Student
WHERE Student_ID = 1;








SQL Delete Query

SQL Delete Query



No comments:

Post a Comment

Translate