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
Can we write pl sql mysql?
What are the technical specifications of mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
How do I setup mysql?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
What is select query in mysql?
Is mysql free for enterprise?
How to make a copy values from one column to another in mysql?
Explain the storage engines in mysql?
Is mysql written in c?
How do I stop a mysql command?
How do I copy a table in mysql workbench?
How do I start mysql server?
What does mysql_fetch_assoc do?
What is difference between pdo and mysqli?