How to get employee name from employee table which is the
fiveth highest salary of the table
Answer Posted / ramu
select employee_name,salary from employee order by salary desc limit 1 offset 4;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I view a sql database?
What is trigger types of trigger?
What can you do with pl sql?
What are the disadvantages of file system?
How can we find duplicate records in a table?
How many columns should be in an index?
What is a database trigger?
how is exception handling handled in mysql? : Sql dba
what is recursive stored procedure? : Sql dba
What is orm in sql?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Can a foreign key have a different name?
what is not null constraint? : Sql dba
What does trigger mean in psychology?
What is compiled query?