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
What is difference between sql function and stored procedure?
How to change sql*plus system settings?
What is the unique index?
What do you mean by “trigger” in sql?
What are the types pl/sql code blocks?
What is sql basics?
what is a composite primary key ? : Sql dba
What is flag in sql?
what is 'mysqladmin' in mysql? : Sql dba
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
how can we submit a form without a submit button? : Sql dba
What is the limitation on the block size of pl/sql?
Is json a nosql?
What is an oracle stored procedure?
What is trigger in flip flop?