Indexes in oracle ?

Answers were Sorted based on User's Feedback



Indexes in oracle ?..

Answer / ramprasad.s

Hi

Indexes in oracle are to retrieve the data from the
database at a faster rate

bye
sun_ramprasad@yahoo.com

Is This Answer Correct ?    3 Yes 0 No

Indexes in oracle ?..

Answer / basanti

Hello

Index is a database object which is use to access data
faster its like content page in a book

Is This Answer Correct ?    0 Yes 0 No

Indexes in oracle ?..

Answer / radha

Indexes in Oracle are:

(create <type of index> index <indexname> on <tablename>
(<colname>)

1. B-Tree (regular indexing algorithm )
2. Bitmap (for low cardinality fields.
By default oracle creates bitmap Index)
3. Partitioned indexes (for manageability
and to distribute I/O evenly)
4. Function based indexes (when you want
to index a function based calculation itself)
5. IOTs (Index organised tables - Table and
Index combined into one)
6. Domain Indexes (using user defined index types)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle General Interview Questions

What is meant by an index?

0 Answers  


What are Schema Objects ?

2 Answers  


How many types of tables are there in oracle?

0 Answers  


What is a Data File ?

1 Answers  


Please explain the difference between outer join and inner join? With examples would be appreciable..!

6 Answers   IBM,






How a tablespace is related to data files?

0 Answers  


What is transport network substrate (tns) in oracle?

0 Answers  


How to insert multiple rows with one insert statement in oracle?

0 Answers  


What are nested tables?

0 Answers  


what is null value?

9 Answers  


I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!

1 Answers  


Who developed oracle & when?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)