• select count(*) from user_tables;
  • select count(*) from sys.tables;
  • select count(*) from information_schema.tables where table_schema = 'public';