Index required or Not
Dear All,
I have a table which i regulary truncate and insert a fresh records in it.
I also extract data from this table on regular basis.
Now my question is
1) Should i create index on one column which i use in query, so query performance will increase.
2) What if i am truncating all the data from this table and again inserting fresh data into it so index will work in this situation.
Regards,
Chanchal Wankhade.