Answer Posted / sasi
select * from
(select sal,rank() over (order by sal desc) emprank from emp)
where emprank<=3
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain correlated query work?
Why do we use %rowtype & %type in plsql?
how tsql statements can be written and submitted to the database engine? : Transact sql
What are analytic functions in sql?
how to do backup entire database? : Transact sql
What type of database is sql?
What are the different tcl commands in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How many types of cursors supported in pl/sql?
What is the sql case statement?
How to use boolean type in select statement?
How do you use join?
What is an invalid partition table?
What is pl sql script?
What is exit statement?