Skip to main content

Table and its count - Oracle

     To get the number of rows in all tables in Oracle database, use this query.

SELECT table_name,num_rows FROM all_tables WHERE owner = 'SCHEMA';




Comments

Popular posts from this blog