NUM_ROWS vs count(*)
In order to check statistics ( Number of rows estimated ) , is it possible to have a dynamic script to display count(*) and num_rows for a given liste of tables :
1/
OWNER TABLE_NAME COUNT(*) NUM_ROWS
SCOTT PRODUCTS 2500 2400
SCOTT PRICE 1500 1400
SCOTT DEMAND 4000 3500
Best regards.
GD.