Table Statistics Question
chinnaMay 5 2009 — edited May 6 2009How can you tell if a table is analyzed using ANALYZE or DBMS_STATS ?
If the table is analyzed using using ANALYZE, can we use DBMS_STATS.DELETE_TABLE_STATS to delete the stats or do we have to use ANALYZE TABLE DELETE STATISTICS?
thanks in advance.