Wie viele Tabellen in der Datenbank in SQL Oracle
select count(*) as "Number of tables" from tab;
Magnificent Millipede
select count(*) as "Number of tables" from tab;