what is the use of rank function?
Answer / soujanya
RANK calculates the rank of a value in a group of values.
Rows with equal values for the ranking criteria receive the
same rank. Oracle then adds the number of tied rows to the
tied rank to calculate the next rank. Therefore, the ranks
may not be consecutive numbers.
eg: SELECT RANK(15500, .05) WITHIN GROUP
(ORDER BY salary, commission_pct) "Rank"
FROM employees;
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a directory object?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
What are the types of Database Links ?
What is TNS File
Explain about achiever in sql?
Explain oracle data types with examples?
How to get execution path reports on query statements?
What are advantages of dateset in datastage?
how to find full database size
1 Answers BirlaSoft, Consultancy,
what is the dual table in oracle?
How to use fetch statement in a loop?
What are the database administrators utilities available?