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
Write a query to display even rows in student table using mysql?
What is mysql data directory?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
How to enable or disable a row of a table using MySQL in struts?
Why use stored procedures in mysql?
How do I clear the command in mysql?
How to get data from mysql in php?
What are queries used for?
What are the 'mysql' command line options?
How can you calculate the sum of any column of a table?
How many columns can be used for creating Index?
What is truncate command?
How to create table show example
What is difference between mysql and mariadb?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?