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
What is the use of mysql workbench?
What is prepare statement in mysql?
What is clob datatype?
What is a longblob?
What is difference between oracle and mysql?
What is mysql_connect?
How do I delete a mysql user?
How do I run mysql?
What is the difference between BLOB AND TEXT?
What is “i_am_a_dump” flag in mysql?
Is mongodb faster than mysql?
Can you tell the difference between $message and $$message?
What is data type for image in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is blob datatype in mysql?