I would like to know how to Count the TOTAL number of rows in the tables of a database. For example, I have 3 tables in a database called:
Table 1: 5 rows
Table 2: 4 rows
Table 3: 3 rows
So the output should be: 12 rows.
I know how to count rows in a specific table. Is there something to loop here?
Thanks.