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 a temp table?
Cite the differences between execution of triggers and stored procedures?
How do I edit a trigger in sql developer?
Mention what are different methods to trace the pl/sql code?
Is sqlite thread safe?
how to calcuate the second highest salary of he employee
Can you create a table with Primary Key not as the clustered index.
Do we need to create index on primary key?
how to saw triggers output in pl/sql database?
What do you mean by field in sql?
what are the type of locks ? : Sql dba
What will you get by the cursor attribute sql%notfound?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)