How many different types of indexes we have in oracle?
Answer Posted / gaurav kukreja
mainly two type of indexes
1:- logical
2:- physical
logical indexes are also two type.. uniqe and functional
based indexes.
functional indexes are also two type...b-treeand bit map
indexes....
indexes are also used in searching and sorting
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
Explain an extent?
how may join possible between (requisition with purchase order)
What are the uses of Database Trigger ?
Explain table?
What is ordinary table in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
Can you have more than one content canvas view attached with a window ?
How to use select statement to count the number of rows in oracle?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How do I find my oracle client driver version?
Who developed oracle & when?
How do I uninstall oracle client from windows?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to filter out duplications in the returning rows using oracle?
What is proxy method?