Сколько таблиц в базе данных в SQL Oracle
select count(*) as "Number of tables" from tab;
Magnificent Millipede
select count(*) as "Number of tables" from tab;