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
How to drop an existing table in mysql?
How do I connect to a mysql database?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
How do I copy a table in mysql?
Where does mysql store data?
List data types in mysql? Explain
Explain the difference between mysql and mysql interfaces in php?
What is mysql community server?
What is 1nf 2nf 3nf?
What is difference between mysql and mysql server?
What is append query?
What is a crosstab query?
How is data stored in mysql?
What is unique key in mysql?
How do I edit a database in mysql workbench?