How are Indexes Update ?
Answer / orawhiz
Indexes are automatically maintained and used by ORACLE.
Changes to table data are automatically incorporated into
all relevant indexes.
| Is This Answer Correct ? | 4 Yes | 2 No |
Are truncate and delete commands same? If so why?
What is a subquery in oracle?
What is a Temporary Segment ?
How to get a create statement for an existing table?
Explain an integrity constrains?
what is difference between foreign key and reference key
Explain oracle 12c new features for developers?
How to use fetch statement in a loop?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
How to use select statement to count the number of rows in oracle?
what is null value?
How to use "while" statements in oracle?