Empty Tables on mysql
SELECT table_type, table_name FROM information_schema.tables WHERE table_rows = 0;