How to get employee name from employee table which is the
fiveth highest salary of the table
Answer Posted / raju t.t
select firt_name, salary from employees a where 5=(select
count(distinct salary from employees b where a.salary
<=b.salary);
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
How much does a sql dba make? : SQL DBA
what is sql? : Sql dba
How do you write a complex sql query?
Which one is better subquery or joins?
What is an invalid partition table?
What are pl sql data types?
how to load data files into tables with 'mysqlimport'? : Sql dba
How do I enable sql encryption?
Is pl sql a scripting language?
what is index? : Sql dba
What is data manipulation language?
Is stored procedure faster than query?
How do I order by ascending in sql?
how to calculate the difference between two dates? : Sql dba
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews