Answer Posted / rakhi
SELECT *
FROM (
SELECT employee_id, last_name, salary,
RANK() OVER (ORDER BY salary DESC) EMPRANK
FROM employees)
WHERE emprank = 2;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is enter substitution variable in oracle?
Is java required for oracle client?
How can we delete duplicate rows in a table?
How to retrieve values from data fields in record variables?
How do I call oracle stored procedures that take no parameters?
What is a snapshot log?
Is oracle the best database?
What is a read only transaction in oracle?
what is reindexing?
Explain the use of Merge statement in oracle 11g
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
How to write an inner join with the where clause in oracle?
What are the differences between char and nchar in oracle?
candidate key is subset of super key but not vice-verse explain
Can a formula column referred to columns in higher group ?