Perform sql analyst queries on bike_sales_dump database that was created in project sql-build-database. Data source is https://www.kaggle.com/datasets/dillonmyrick/bike-store-sample-database. Original source is sqlservertutorial.net. Investigate some of the trends in the bikes sales data using commands such as SELECT, WHERE, CASE, JOIN etc...
File descriptions:
- bike-sales-queries.sql: script that performs the queries using postgresql
- bike_sales_dump: A backup copy of the bike_sales database that was previously created