Mysql Prctical1
Mysql Prctical1
Q1. Create a table named STUDENTS with specified columns and data types.
Q12. Find the students whose marks are between 80 and 90.
Q14. Find the students who have a specific subject (assuming a new column 'Subject')
Q15. Calculate the total marks obtained by each student (assuming a new column 'Total')