Answer Posted / keshav
with Q as (select *,dense_rank() over(partition by dept
order by sal) as dr from dept
select * from Q
where dr=3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read xml file in oracle pl sql?
How do you declare a user-defined exception?
What are the advantages of sql?
What are %type and %rowtype for?
What are aggregate and scalar functions?
Is sqlite good enough for production?
Which certification is best for sql?
Can a trigger call a stored procedure?
What is sql key?
Does pl sql work in mysql?
how would you enter characters as hex numbers? : Sql dba
What does pragma mean?
Can we use delete in merge statement?
What is synchronized subquery?
how many sql ddl commands are supported by 'mysql'? : Sql dba