MYSQL DELETE Query:
-Basically, MySql Delete Query are used to delete the some record of the table within the database according to the specified condition.
Syntax:
DELETE FROM table_name WHERE condition;
SELECT * FROM library;
Id
Stud_name
Book_id
1
Aman
234
2
Ram
213
3
Ramesh
81
4
John
567
Now delete the record of the student which have Id=2
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!