Answer Posted / suresh somayajula
Index is used to solve some query fast.
we have 2 types of cursors.
1 Bitmap Index ( used only on Low cardinality columns)
2. Btree Index ( used only for High Cardinality of
columns)
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
How to resolve name conflicts between variables and columns?
How to add another datafile to a tablespace?
What are the database administrators utilities available?
Can multiple cursors being opened at the same time?
How to compare dates in oracle sql?
Where are the settings stored for each instance in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What is a server parameter file in oracle?
How to create a new view in oracle?
What do you mean by a deadlock?
what is dynamic SGA and static SGA
How to experiment a data lock in oracle?
What is the difference between alert log file and tarce file ?
how to join query for one source type is oracle another source type is sql server ?