SELECT COUNT(*) FROM USER_TABLES;
or
SELECT Count(*) FROM DBA_TABLES;
Application development and sharing our knowledge to developer to developer for helping knowledge to build a effective solution for web architect.
SELECT COUNT(*) FROM USER_TABLES;
or
SELECT Count(*) FROM DBA_TABLES;
select count(*)
from user_tab_columns
where table_name='table name'