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 does the t-sql command ident_current does? : Transact sql
Can we rename a column in the output of sql query?
Is left join and outer join same?
What is the difference between python and sql?
What is the command used to fetch the first 5 characters of a string?
What are sql objects?
what is the difference between primary key and unique key? : Sql dba
What is a delimiter in sas?
what is index? : Sql dba
How can we make an if statement within a select statement?
Are stored procedures faster than queries?
How many types of tables are there?
What is %rowtype in pl sql?
What is substitution variable in pl sql?
What do you mean by rowid?