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 is informix sql?
Types of joins?
Explain what is a field in a database and record in a database?
what is meant by urlencode and urldocode? : Sql dba
How do I save a stored procedure?
what are tables and fields? : Sql dba
How do you use join?
What is the difference between a primary key and a unique key?
four procedures is are there should i write their in a package
if a string is there like s1,s2,s3,s4.How to find count of commas in this.
How will we see framework of a table?
difference between pl/sql table and normal pl/sql table