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 mysql root?
Define REGEXP?
Explain % and _ inside like statement?
What is the latest mysql?
Which statement is used to delete a table in MySQL.
change column name and make a unique column so we get no dupes.
What is the usage of regular expressions in mysql?
What is the difference between char and varchar in mysql?
How to convert character strings to dates?
How can you calculate the sum of any column of a table?
How to delete a table.
What is session variable in mysql?
what is a cursor? : Mysql dba
How to Change a users password from unix shell.
What are the 5 r's of managing behaviors?