turbot/starwars

Query: starwars_starship_manufacturer_distribution

Usage

powerpipe query starwars.query.starwars_starship_manufacturer_distribution

SQL

select
manufacturer,
count(*) as "Number of Starships"
from
starships
group by
manufacturer;

Dashboards

The query is used in the dashboards: