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
What is execute immediate?
What are the different ddl commands in sql?
What are the types of sql commands?
How many commands are in sql?
Enlist some predefined exceptions?
How do I remove sql plus from windows 10?
How do I remove all records from a table?
What is faster join or subquery?
what is view? : Sql dba
Why triggers are used?
What is implicit cursor in pl sql?
what is the stuff function and how does it differ from the replace function? : Sql dba
how to return query output in html format? : Sql dba
What is pragma in sql?
What is a temporal data type?