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 are the different dml commands in sql?
write an sql query to find names of employee start with 'a'? : Sql dba
What are aggregate and scalar functions?
What trigger means?
Can we perform dml on view?
What is the difference between partition and index?
What is difference between hql and native sql?
Is hadoop a nosql?
What is nvl?
How do you modify a table in sql?
Can you have more than one key in a database?
How does a covering index work?
What is pl sql block in dbms?
How do you exit in sql?
How do I tune a sql query?