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 the command line end user interface - mysql?
Is mysql written in c?
How many sql ddl commands are supported by 'mysql'?
How many rows can mysql handle?
What is the use of procedure in mysql?
How triggers can be used in mysql?
What is row level locking?
How to include character strings in sql statements?
Is mysql from oracle?
What tools available for managing mysql server?
Why do we use the mysql database server?
What is the use of mysqli_fetch_array?
What is the purpose of using timestamp data type?
How to create a test table in your mysql server?
What port is mysql running on?