1.

How Do You See The Statistics Of A Table?

Answer»

SELECT num_rows,BLOCKS,empty_blocks from dba_tables where tab_name=’EMP

select num_rows,blocks,empty_blocks from dba_tables where tab_name=’emp’



Discussion

No Comment Found