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
Explain aggregate functions are available there in sql?
Define tables and fields in a database
Is it possible to link two groups inside a cross products after the cross products group has been created?
Can we insert data in view?
Is sql microsoft?
What programs use sql?
How do you truncate?
What is the syntax and use of the coalesce function?
Is and as keyword in pl sql?
What is localdb mssqllocaldb?
What is file based approach?
What is ttitle and btitle?
How much does sql cost?
how to use in conditions? : Sql dba
What is dml and ddl?