please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / sunil kumar
select marks from tablename order by age desc limit 1,1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many queries can mysql handle?
Which software is used for mysql?
Is foreign key indexed mysql?
How to enter microseconds in sql statements?
What is difference between inner vs self vs cross?
What is 'mysqladmin' in mysql?
What is a mysql model?
What are aggregate functions in mysql?
Write command to import an mysql file?
What is difference between pdo and mysqli?
Which is best pdo or mysqli?
Why does mysql have so many connections?
what is the difference between between and in operators in mysql?
How to use count function in mysql?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.