Wednesday, May 11, 2011

Query to find HISTOGRAMS


select owner,table_name,histogram from DBA_TAB_COL_STATISTICS where
owner='SCOTT' and table_name='EMPLOYEE'

No comments: