What is an index and types of indexes. How many number of
indexes can be used per table ?

Answer Posted / deepa

A table can have any number of indexes. However, the more indexes there are, the more overhead is incurred as the table is modified. Specifically, when rows are inserted or deleted, all indexes on the table must be updated as well. Also, when a column is updated, all indexes that contain the column must be updated.

Is This Answer Correct ?    8 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different type of joins in sql?

533


Why schema is used in sql?

506


Where the sql database files are stored?

476


How do you copy a table in sql?

552


what is timestamp in mysql? : Sql dba

557






what are the advantages and disadvantages of cascading style sheets? : Sql dba

542


What is left join in postgresql?

529


What are the operators in sql?

517


What is the maximum number of triggers, you can apply on a single table?

535


how to analyze tables with 'mysqlcheck'? : Sql dba

538


How can you load microsoft excel data into oracle? : aql loader

606


Can we create clustered index without primary key?

517


Can we call a function containing dml statements in a select query?

535


What is the difference between nested table and varray?

510


What are some predefined exceptions in pl/sql?

542