├── README.md ├── data └── brazil_population_2019.csv └── sql ├── query _sum_all_population.sql ├── query_select_population_by_city.sql ├── query_select_ten_records.sql └── query_sum_by_region.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassianobrexbit/dio-live-athena/HEAD/README.md -------------------------------------------------------------------------------- /data/brazil_population_2019.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassianobrexbit/dio-live-athena/HEAD/data/brazil_population_2019.csv -------------------------------------------------------------------------------- /sql/query _sum_all_population.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassianobrexbit/dio-live-athena/HEAD/sql/query _sum_all_population.sql -------------------------------------------------------------------------------- /sql/query_select_population_by_city.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassianobrexbit/dio-live-athena/HEAD/sql/query_select_population_by_city.sql -------------------------------------------------------------------------------- /sql/query_select_ten_records.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassianobrexbit/dio-live-athena/HEAD/sql/query_select_ten_records.sql -------------------------------------------------------------------------------- /sql/query_sum_by_region.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cassianobrexbit/dio-live-athena/HEAD/sql/query_sum_by_region.sql --------------------------------------------------------------------------------