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
Is mariadb nosql?
What is prepared statement in sql?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
what is the difference between clustered and non clustered index in sql? : Sql dba
What will you get by the cursor attribute sql%found?
Is clustered index a primary key?
What is orm in sql?
What is pl sql script?
write an sql query to find names of employee start with 'a'? : Sql dba
List the various privileges that a user can grant to another user?
What are the types of variables use in pl sql?
How many developers work on postgresql?
What is sequence in sql?
What is the syntax and use of the coalesce function?
tell me about various levels of constraint. : Sql dba