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 set mysql root password?
What is general log in mysql?
Why to use char instead of varchar in the database?
What is database url for mysql?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
List the different types of normalization?
What is timestamp in mysql?
How can I create table in mysql?
What is difference between schema and table?
What is field in mysql?
How show all tables in mysql query?
How you will Show unique records.
what is constraints?
What is difference between mysqli and pdo?
What is mysqli procedural?