How to find out the second largest element from mysql table
Answer Posted / harish varma
SELECT salary
FROM employees
ORDER BY salary DESC
LIMIT 2,1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you rename a table in mysql?
Hi Team, This is kartik, I recently completed my B-tech. Importance of posting this question is for to know the best books on SQL(MYSQL/Oracle)? I like SQL concept's so much, at the same time i decided to choose SQL for my career purpose. So please suggest me the best books that are very helpful for a fresher to improve concepts like (SQL/PLSQL)Basics, programming concepts, architectures etc. Please consider my request as an important one. I am very thankful to you for providing this opportunity. If possible can you please send the names of books for my personal id also: karthikgdv1206@yahoo.com. Thanks, Kartik T
How do I setup a mysql database?
How do I change the max connections in mysql?
Can you tell what are various ways to create an index?
What is mysql enterprise edition?
How to load a csv file into a table
What is a deterministic function?
What is the use of mysqli_num_rows?
How do I select a database in mysql workbench?
What is localhost in mysql?
How to convert character strings to dates?
How MySQL Optimizes DISTINCT?
How can I insert images into a Mysql database?
Will mysql remain free?