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
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
How do I enable mysqli extension?
how to connect a php script with the mysql database?
Is mysql easy to learn?
How do I view data in mysql workbench?
What are the objects can be created using CREATE statement?
Can foreign key have duplicate values?
Where MyISAM table will be stored and also give their formats of storage?
How do you insert a table?
Which is better mysql or microsoft sql?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
What is use of mysql?
Write a query to fetch common records between two tables using mysql?
What is pdo in mysql?
Write a query to fetch duplicate records from a table using mysql?