explain the ROLLUP, CUBE, RANK AND DENSE_RANK FUNCTIONS OF
ORACLE 8I
Answer Posted / vikram
Diff between RANK() and DENSE_RANK():-
------------*******-----************-------
RANK():-
---> It leaves a gap in the sequence of ranking in the
event of tie.
DENSE_RANK():-
---> It doesn't leave a gap in the sequence of ranking
in the event of tie.
EX:-
empno ename RANK DENSE_RANK
101 AAA 1 1
102 BBB 2 2
102 BBB 2 2
102 BBB 2 2
103 CCC -->5 --> 3
103 CCC 5 3
104 DDD -->7 --> 4
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the metadata extension?
How can you import tables from a database?
What is meta data and system catalog?
What are the data types present in bo?
What is dimensional modelling?
Explain what are the various file formats involved in reportnet?
what are the others of "bad files" and "discard files" when using sql*loader?
What is Active Datawarehousing?
Store (and count) non-fact records?
Explain which are the olap tools available that are supported by oracle?
What are the stages of datawarehousing?
What is fact less fact table? Where you have used it in your project?
What are various warehousing tools?
How can we run the graph?
What is the difference between drill through and masterdetail reports?