What is an Index ? How it is implemented in Oracle Database ?

Answer Posted / guest

Index is an Oracle SQL object which we create to speed up
the query performance.
It is created automatically on those columns which contains
primary key or unique key.
We can also create the index manually by using create index
command.
Max 16 indexes can be defined per table.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

ABOUT IDENTITY?

1547


Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.

1658


How to return top 5 rows in oracle?

530


What are group functions in oracle?

569


How to connect ms access to oracle servers?

536






what is the difference between functional dependecy and multilevel dependency?

1979


Explain drop constraint oracle?

578


How can you use check constraints for self referential integrity?

511


How to insert a record into a table?

621


I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.

2877


How to assign a tablespace to a users in oracle?

573


Is there a function to split a string in plsql?

558


How to invoke the data pump export utility?

549


What is truncate oracle?

521


What is a snapshot log?

557