please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / hamza tariq
select marks from tablename order by marks desc limit 1,1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many rows we can insert in a mysql table?
How can we change the data type of a column of a table?
using primary can we relate two table, with out foreign key?
What is the full meaning of mysql?
What is clob datatype?
What is the limit of mysql database?
What is difference between function and procedure in mysql?
How do I change a procedure in mysql?
What are mysql queries?
What is mysqli_num?
How do I run mysql?
How do I kill a mysql connection?
How do I create a stored procedure in mysql?
How do I find the database name in mysql?
What does innodb stand for?