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
What is mysql in linux?
How do you rename a table?
How do you create a table in mysql workbench?
What is the datatype for password in mysql?
what are the different tables present in mysql? : Mysql dba
What is row level locking in access?
What causes mysql too many connections?
How do I disable mysql?
Which is better mysql or mssql?
How do I run a query in mysql?
What is the usage of ENUMs in MySQL?
What is limit in mysql?
How is oracle different from mysql?
What is memory table?
How to get data from mysql in php?