Answer Posted / siva prasad
SELECT B.* FROM
(SELECT A.*,DENSE_RANK() OVER(ORDER BY SAL DESC) V_SAL
FROM EMP A )B
WHERE V_SAL = 100
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which join is like inner join?
Explain the uses of control file.
What are the parts of a sql statement?
what are different types of collation sensitivity? : Sql dba
What are the query optimization techniques?
can sql servers linked to other servers like oracle? : Sql dba
Explain 3 basic parts of a trigger.
how to use 'mysql' to run sql statements? : Sql dba
What is the best free sql database?
What does an inner join do?
What is sql injection owasp?
What is the difference between partitioning and sharding?
What are sql constraints?
How to run sql*plus commands in sql developer?
Explain what is rdbms?