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 are the different types of sql commands?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
How can I speed up sql query?
what are date and time data types in mysql? : Sql dba
What are %type and %rowtype for?
What is pl/sql language case sensitive?
Is left join faster than inner join?
Which nosql database is best?
what is the difference between group by and order by in sql? : Sql dba
how to present a past time in hours, minutes and seconds? : Sql dba
What is the difference between a query and a report?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What do you mean by rowid?
What are the indexing methods?
What is a full join sql?