There is a table, In one column it has implemented a index,
but the index is disturbed by the regular dml statements..
but still we need to keep the index. how it is possible?

Answer Posted / a.v.r.murthy

GENERALLY INDEX WILL BE CREATED ON LESS NUMBER OF DML
OPERATION COLUMNS.
EVENTHOUGH IF WE WANT PERFORM BETTER THEN BEFORE INSERTING
DATA INTO THE COLUMN WE HAVE TO DISABLE THE INDEX i.e
ALTER INDEX IDX_NAME UNUSABLE;

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is like operator in sql case sensitive?

506


How does one load ebcdic data? : aql loader

643


Why should I use postgresql?

561


What is the purpose of cursors in pl/sql?

631


What are the types of operators available in sql?

552






Does a user_objects view have an entry for a trigger?

570


What is sql mysql pl sql oracle?

567


What does count (*) mean in sql?

1086


What is trigger in sql? Explain

535


What is varchar data type in sql?

514


Can you call pl/sql package functions from within a fast formula?

560


How many types of normalization are there?

487


what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba

611


What is dynamic sql in pl sql?

490


what is bdb (berkeleydb)? : Sql dba

566