Answer Posted / sanjay kumar
Select * from
(select distinct salary, dense_rank()over (Order by salary desc) rk from emp)
Where rk=100;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the mutating table and constraining table?
Does a user_objects view have an entry for a trigger?
What trigger means?
What is embedded sql in db2?
what is datawarehouse? : Sql dba
What is the difference between a primary key and a clustered index?
Explain sql data types?
What are sql procedures?
Can you have a foreign key without a primary key?
How is a process of pl/sql compiled?
What can you do with pl sql?
How many sql are there?
What is user in sql?
What is the difference between joins?
What is database sql?