What is index? How many types of indexes?

Answers were Sorted based on User's Feedback



What is index? How many types of indexes?..

Answer / kishore

Index is a performance tuning method of allowing faster
retrieval of records. Oracle indexing is a standing B-Tree
indexing for fast retrieval.

Syntax: CREATE INDEX EmpInfo ON Employee(EmpID,Emp_Name)

we have two types indexes

1. Clustered indexes
2. Non-Clustred indexes

Is This Answer Correct ?    36 Yes 9 No

What is index? How many types of indexes?..

Answer / ruchi

index is a data structure used for fast retrival of data.

Is This Answer Correct ?    7 Yes 3 No

Post New Answer

More Oracle AllOther Interview Questions

WHAT IS CARTESIAN PRODUCT?

2 Answers  


Explain about party and customer in ar : oracle accounts receivable

0 Answers  


i want to know about the javaBean.what is its purpose and how it can use in Forms.

0 Answers   Logisoft,


What is chargeback invoice? How do we create it? : oracle accounts receivable

0 Answers  


How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views

2 Answers   Cap Gemini, Syntel,


What background process refreshes materialized views?

1 Answers  


can we drop dual table

7 Answers   Metric Stream,


What type of index should you use on a fact table?

1 Answers  


How would you go about generating an EXPLAIN plan?

1 Answers   Satyam,


if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure

0 Answers  


Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable

0 Answers  


What is mrc and what is its use? : oracle accounts receivable

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)