i had a table name emp which is holding at least 30000 rows and i had created an index on emp_city
what will happen if i update any emp_city value? what effect it will create on index or that table?
the index will be updated automatically?
the index become invalid?
the leaf row in the index will be deleted and inserted?
or update in the leaf row will take place??