"Last_Analyzed" in SQL Query Means ?
Hi All,
Can any one please let me know the Meaning or purpose of "LAST_ANALYZED" from the below Query.For what purpose we use that word and how it will work?
SELECT table_name,num_rows,last_analyzed FROM ALL_TABLES WHERE table_name like 'PYM%'
Regards