how to find 2nd highest salary in random database salary of employer.....
Answer Posted / arnab das
select distinct column_name from table_name order by
column_name desc limit 1,1
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How is oracle different from mysql?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
What are date and time functions in mysql?
What is the difference between having and where clause in mysql? Explain
How do I update a variable in mysql?
How do you create a new database in mysql?
How does select query work?
Can you tell how to find the number of rows in a resultset using php?
Explain Access Control Lists.
How to dump one database for backup.
What is mysql default database?
How many groups of data types?
Write a program using the select statement, while loop.
How to delete a trigger in mysql?
Is mysql owned by oracle?