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
What is innodb_buffer_pool_size?
I want to find out all databases starting with ‘test’, I have access to?
What is difference between statement and preparedstatement?
Explain the difference between primary key and candidate key in mysql?
What is meant by mysqli?
How do I assign a variable in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
How to use regular expression in pattern match conditions?
How to run a sql statement?
What is mysql command line?
How do I remove a user from mysql?
How do I find the database name in mysql?
What is msql?
How do you create a schema?
How do I rename a mysql database?