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 columns is too many mysql?
What is the difference between now() and current_date()?
Write a command to view mysql database table structure?
Is microsoft sql same as mysql?
Explain triggers and stored procedures?
How do you use auto increment?
What is the current mysql version?
What is the difference between sql and mysql and oracle?
I want to find out all databases starting with ‘test’, I have access to?
How do I make an action query?
write a query to mysql in safe mode and to change the root password
Why is mysql used?
What is the default port of mysql server?
What are the similarities between a function and a procedure?
Can we store images in mysql database?