Indexes on Delete operation
Hi,
Can any one please explain what happens to the indexes of the table once i delete the data in the table.
( I meant indexes I have defined to increase the performance and all )
(Dropping the table is not an issue as the I always include the cascade constraints clause)
Do I have to rebuild the statistics or something. ?
What has to be done for that ?
Thanks in advance.
Ashish