How many different types of indexes we have in oracle?
Answer Posted / rajesh
Mainly Two type of Index in Oracle.
1:-> Logical
2:-> Physical
1:-> Unique,Non Unique,Function
2:-> B-Tree & Bitmap
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to write a query with a left outer join in oracle?
What is meant by recursive hints in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Can we store images in oracle database?
Please explain oracle data types with examples?
Write a trigger example in oracle?
how to do daily transactions with out sql* loader control file regesterd in apps?
Design database draw er diagram for a certain scenario ?
What is a data dictionary and how can it be created?
How to use subqueries in the from clause in oracle?
How can we view last record added to a table?
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'));
What are the execution control statements in oracle?
How to rollback the current transaction in oracle?