Answer Posted / akriti sengar
in index we can write the summary of anything in a tabular form.
there are different type of indexes are as follows.
1.b trees
2.b+trees
3.bitmap indexes
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Describe varray?
What is ADDM Advisor in Oracle?
What is an oracle recycle bin?
How to use "in out" parameter properly?
How to connect to a local oracle 10g xe server?
How to invoke the data pump export utility?
Explain a data segment?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
What do you know about normalization? Explain in detail?
What is blob data type in oracle?
What is a Garbage Collection? and what is full recursive Garbage collection?
Why do we use coalesce function in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How to create additional tablespaces for an new database?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?