Thursday 28 April 2011

Find Largest table in Oracle DB

select table_name, num_rows from dba_tables where num_rows is NOT NULL order by num_rows desc;

Enjoy :-)

No comments:

Post a Comment

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...