please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / prasun
SELECT * FROM `student` where class='Six' ORDER BY mark desc
LIMIT 0,1
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to get nth highest salary from table in a mysql?
How many concurrent queries can mysql handle?
How to enable or disable a row of a table using MySQL in struts?
How do I select a table in mysql?
Why is mysql popular?
Is mysql a programming language?
How do you select a table?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
How do I delete a row in mysql?
How to create table with same structure of student table in mysql?
Describe mysql transaction properties.
What is a select query?
I want to find out all databases starting with ‘test’, I have access to?
How do I find the database name in mysql?
Does mysql need a server?