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 SQL access advisor in Oracle?
defination of bitmap index
In what script is snap$ created? In what script is the scott/tiger schema created?
How to turn on or off recycle bin for the session?
What are the uses of a database trigger?
What do you mean by merge in oracle?
How to create a table index?
How to display row numbers with the records?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Explain rename?
What are the ansi data types supported in oracle?
What is recovery manager in Oracle?
What is sequence?
what is meant by magic query
What are the roles of dba?