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 can a table have?
How do we use % when performing a search query?
What are date and time data types in mysql?
How do you connect MySQL database with PHP?
What is truncate in mysql?
How do I find mysql version in mysql workbench?
What is mysql_pconnect?
How to list or view all databases from the mysql server.
How do you rename a table in mysql?
What is current version of mysql?
Why do we use views instead of tables?
What is mysqli_connect_error ()?
How do I restart mysql on windows?
How many mysql connections can handle?
How do I start and stop mysql server?