How to find out the second largest element from mysql table

Answer Posted / prashant chaudhary

select top 1 * from ( select top 3 * from Student_Info
order by marks desc)table1 order by marks

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are programming functions?

557


In mysql, what is the default storage engine?

584


What are the advantages of a procedure?

563


Does uninstalling mysql delete database?

576


How to shut down the server with 'mysqladmin'?

616






Can you tell a way to know the number of days between the two given dates in php?

669


how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.

599


Why is mysql used?

611


What is table level locking in mysql?

562


How to enter boolean values in sql statements?

622


What is row?

647


What is normalization and list the different types of normalization?

602


What is difference between mysql and mysql server?

557


What are the types of database engines available in mysql?

554


How to Change a users password from unix shell.

647