please give me the answer for this:
query which generates the second highest integer in the table?
Answer Posted / river
SELECT * FROM `student` where class='Six' ORDER BY mark desc
LIMIT 1,1
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is pdo :: fetch_assoc?
Can we use mysql and mysqli together?
How do I know if mysql is running on windows?
What do ddl, dml, and dcl stand for?
How do you select a table?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
What is ibdata1?
What is view in mysql?
What is the use of mysqli_fetch_array?
What is mysql command line?
How do I flush privileges in mysql?
How do I rename a procedure?
How to create trigger in mysql workbench?
What is a delimiter in mysql?
How to enter numeric values as hex numbers?