How are the index updates?
Answer / nishi
Indexes are automatically maintained and used by Oracle. Changes to table data are automatically incorporated into all relevant indexes.
| Is This Answer Correct ? | 0 Yes | 0 No |
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
Explain the blob datatype?
What privilege is needed for a user to create views in oracle?
What is varray?
How to Remove the 3rd highest salary person record from table?
What is the simplest tool to run commands on oracle servers?
What are the restrictions in a oracle read only transaction?
What is a package in oracle?
difference between bind variable and variable
How to create a table index?
What are various joins used while writing SUBQUERIES?
master table and child table performances and comparisons in Oracle ?