how are rank and dense rank being alloted for column with same values over a particular column
Answer Posted / shipra gupta
salary R DR
800 1 1
800 1 1
200 3 2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is bulk compiling in pl/sql.?
Why join is faster than subquery?
Can we create table in function?
Explain character-manipulation functions?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What is the difference between the conventional and direct path loader? : aql loader
What are the parts of a sql statement?
Are views faster than queries?
What is the difference between local and global temporary table?
What is the purpose of design view?
Why is %isopen always false for an implicit cursor?
What are the different schemas objects that can be created using pl/sql?
How are functions and procedures called in PL/SQL?
Is it possible to sort a column using a column alias?
What are variables in pl sql?