SQL query to get the details of students who have continuously increasing marks in each semester from the Marks table – Mysql
I am having a table marks, I need to print the details of names having continuously increasing marks. Table : Marks Name Sem Marks A 1 80 A 2 90 A 3 95 B 1 80 B 2 70 B…