Hello,
I'm working on writing a select statement to count the number of records in each table in all the schemas in our database. I would like to display the table name and the count of the records of that table in the output. Is there any easy way instead of manually getting the table names and writing the queries to count the records?
Thanks
KK