what is the maximum number of indexes i can create for a
table?
What happens if i create indexes for all the columns of a
table? Will it slow down the speed of retrieval

Answer Posted / surendra

we can create number of indexes we want but these are useful to us to speed up the retreive the records
such as these columns are simultaneously used in where clause
when we create more indexes that are not necessary to us at that time the performance is definitely decreased.
so, create indexes depends upon the usage.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an oracle database?

609


Difference between the “verify” and “feedback” command?

767


What is the sid in oracle?

532


How to recover a dropped table in oracle?

601


Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.

1528






What is a system tablespace and when it is created?

556


Difference between cartesian join and cross join?

540


What is oracle latest version?

577


Can objects of the same schema reside in different tablespace?

584


What are the system predefined user roles?

583


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

566


How to use "startup" command to start default instance?

541


What is a package in oracle?

562


How to define an anonymous procedure with variables?

542


How does Oracle guarantee data integrity of data changes?

1935