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
Can you tell the difference between ereg_replace() and eregi_replace()?
Is mysql a framework?
What is mysqladmin flush hosts?
Is oracle mysql free?
How to enter microseconds in sql statements?
Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?
What is the insert?
Write a query to fetch common records between two tables using mysql?
Is null in mysql?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
What is mysql architecture?
What is the default port of mysql server?
What is a query in mysql?
Write a query to count the number of rows of a table in mysql.
What is a heap table?