How to find out the second largest element from mysql table
Answer Posted / prashant chaudhary
select name,marks from Student_Info where marks = (select
max(marks) from Student_Info where marks <
(select max(marks)from Student_Info ))
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Which is faster mongodb or mysql?
How to connect html form to mysql database using php?
What is definer in mysql trigger?
What are the differences between innodb and myisam engines?
How do I create a mysql database?
Is there a way to see the files which are stored?
How to create a new view in mysql?
Is mysql same as mariadb?
Can varchar be primary key?
What is a text delimiter?
How do I rename a mysql database?
What are slow queries?
What are the differences between binary and varbinary?
What does mysql flush tables do?
Is mysqli secure?