Найдите, сколько таблиц в базе данных SQL Запрос
select count(*) as "Number of tables" from tab;
Magnificent Millipede
select count(*) as "Number of tables" from tab;