Use the select command to get the details of the students with marks more than 80.

 


In this post, we are going to Use the select command to get the details of the students with marks more than 80 in "MySQL". This project is given by CBSE in term II Practical File.

Here is the code:

select * from student WHERE marks>80;

Post a Comment

Previous Post Next Post