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
How do I send sql query results to excel?
Is sql difficult?
What is procedure in pl sql?
Is sql a programming?
Is oracel sql developer written in java?
Is mariadb a nosql database?
what are different types of collation sensitivity? : Sql dba
What is break?
How to get unique records from a table?
What are the usages of sql?
What is the difference between between and in condition operators?
Can a procedure in a package be overloaded?
how can we know the count/number of elements of an array? : Sql dba
How many types of sql are there?
What kind of join is join?