6 ms·
The database vendors themselves don't seem to be consistent on this issue. * PostgreSQL system table names are singular e.g. "pg_class" * Oracle system tables
by adrianmsmith 1y ago
The database vendors themselves don't seem to be consistent on this issue.
* PostgreSQL system table names are singular e.g. "pg_class"
* Oracle system tables are plural e.g. "ALL_TABLES"
* MySQL is also plural e.g. "schemata".