How to get employee name from employee table which is the
fiveth highest salary of the table
Answer Posted / anil alpati
SELECT employee_name FROM employee order by salary desc limit 1 offset 5 ;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is meant by <> in sql?
How do I view an execution plan in sql?
how to create a new table in mysql? : Sql dba
What is denormalization in a database?
What is difference between hql and native sql?
Are pl sql variables case sensitive?
How do you respond to dementia behavior?
What is a database? Explain
Differentiate pl/sql and sql?
how to enter characters as hex numbers? : Sql dba
What is %type in pl sql?
How do I remove all records from a table?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What is input buffer in sql*plus?
What are sql indexes?