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 / 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 |
What are secondary keys?
What are the types of index in sql?
How do you declare a user-defined exception?
Explain exception handling in pl/sql?
What is sql profiling in oracle?
How do I partition in sql?
how is exception handling handled in mysql? : Sql dba
HOW CAN I FIND MAX SAL ,ENAME FROM EMP TABLE.
How do sql triggers work?
Differentiate between sga and pga.
What is varchar example?
How to select unique records from a table?