how to check the 3rd max salary from an employee table?
Answer Posted / akilis.org@hotmail.com
Let us Assume
Table Name=salary
Column Name=maxsal
select * from salary order by maxsal desc limit 2,1;
Enjoy the simple code :)
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why do you partition data?
What is #table in sql?
What does count (*) mean in sql?
Which is the correct statement about truncate and delete?
What is a database? Explain
Explain what is a database?
How would you pass hints to the sql processor?
What do you mean by “trigger” in sql?
Can you call pl/sql package functions from within a fast formula?
How to display the current date in sql?
what are the types of subquery? : Sql dba
What are the advantages of normalization?
What is the difference between database trigger and stored procedure?
The select into statement is most often used to create backup copies of tables or for archiving records?
Why do we use procedures in pl sql?