please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / sunil kumar
Sorry I have a mistake in above answer. The right answer is
select marks from tablename order by marks desc limit 1,1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I create a schema in mysql?
What is a mysql view?
How do I quit mysql?
Which datatype is used for email in mysql?
What is procedures in mysql?
What are the security alerts while using mysql?
Is oracle better than mysql?
How do I start mysql in ubuntu?
What is the difference between unix timestamps and mysql timestamps?
What is a session in mysql?
How to show table structure mysql?
how you will Create a database on the mysql server with unix shell.
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How will show all records containing the name "sonia" and the phone number '9876543210'
Which statement is used in a select query for partial matching?