Answer Posted / nag.vamshi
select* from(select ename,deptno,sal,row_number()
over(partiton by deptno order by sal)num from emp)
where num<=3
order by deptno;
| Is This Answer Correct ? | 24 Yes | 11 No |
Post New Answer View All Answers
Will truncate release space?
how to get a list of columns in an existing table? : Sql dba
What will you get by the cursor attribute sql%found?
What is field delimiter?
How do I run a pl sql procedure in sql developer?
What are literals in sql server?
What is sql integrity?
what is a constraint? : Sql dba
What is mdb stand for?
Is natural join same as inner join?
What operating systems are supported by oracle sql developer?
What is the purpose of my sql?
Does oracle roll back the transaction on an error?
What is auto increment?
What is consistency?