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
What is difference between mysql_connect and mysql_pconnect?
What does mysql_query return?
What is the purpose of using timestamp data type?
What is difference between mysql and mysql workbench?
Is mysqli deprecated?
Should I use pdo or mysqli?
What are stored procedures and functions?
What is mysql vs sql?
How many concurrent queries can mysql handle?
Is mysql free download?
Why should I use mysql?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How to set the time zone for MySQL to particular country time?
write a query to mysql in safe mode and to change the root password