- PostgreSQL 10 Administration Cookbook
- Simon Riggs Gianni Ciolli
- 52字
- 2021-06-25 22:03:58
How many tables are there in a database?
The number of tables in a relational database is a good measure of the complexity of a database, so it is a simple way to get to know any database.
In this recipe, we will show you how to compute the number of tables.