Delete the details of a student in the above table.

 


In this post, we are going to  Delete the details of a student in the above table. in "MySQL". This project is given by CBSE in term II Practical File.

Here is the code:

delete from student where name='Anmol';
select * from student;

2 Comments

Previous Post Next Post