videogames_average_platform_meta_score_per_genrevideogames_top_10_by_user_ratings_countvideogames_top_10_by_user_scorevideogames_top_10_developers_by_game_countvideogames_top_10_genre_distributionvideogames_top_10_publishers_by_game_countvideogames_totalvideogames_total_developersvideogames_total_platformsvideogames_total_publishers
Query: videogames_top_10_developers_by_game_count
Usage
powerpipe query videogames.query.videogames_top_10_developers_by_game_count
SQL
select developer, count(*) as "Game Count"from game_datawhere developer is not nullgroup by developerorder by count(*) desclimit 10;
Dashboards
The query is used in the dashboards: