please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / river
SELECT * FROM `student` where class='Six' ORDER BY mark desc
LIMIT 1,1
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a query to find duplicate rows in table?
Is mysql a nosql database?
What is procedure in mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
What are the different tables present in MySQL?
How do I show all mysql databases?
What is bdb (berkeleydb)?
What is mysql procedure?
What is meant by decimal (5,2)?
How do I zip a file in mysql?
What command is used to delete the data from the table without deleting the table structure?
What is myisamchk?
How to create a new view in mysql?
How do I start and stop mysql on windows?
Can we create table in stored procedure?