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
Is mysql a scripting language?
What is a simple query?
What is insert query in mysql?
Can we store files in mysql?
What are the differences between char and varchar data types?
How do I start mysql from command line?
Can we store videos in mysql database?
How to use mysqldump to create a copy of the database?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
Should I use pdo or mysqli?
What is a csv table?
What is mysql default database?
How to enter boolean values in sql statements?
What is a definer?
How to store binary data in mysql?