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 the usage of "i-am-a-dummy" flag in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is required to create mysql database?
How do you insert a table?
What is memory table?
Can mysql scale horizontally?
How can you import tables from a sql file into a database by using the mysql client?
What is unsigned in mysql?
Is mysql a database?
How many types of indexes are there in mysql?
What is horizontally scalable?
What you can use regular expression for in mysql?
What is general log in mysql?
how to add a new column to an existing table?
How many TRIGGERS are allowed in MySql table?