An open API service indexing awesome lists of open source software.

https://github.com/pkx8326/data_adventure_01_a_sql_adventure_medium_article

This repository contains the SQL queries and the dataset to accompany an article on Medium.com titled "The Data Adventure 01: “How Long will your Business Start to Profit?” — An SQL Adventure"
https://github.com/pkx8326/data_adventure_01_a_sql_adventure_medium_article

dataanalysis dataanalyst dataanalytics postgresql sql windowfunction

Last synced: 7 months ago
JSON representation

This repository contains the SQL queries and the dataset to accompany an article on Medium.com titled "The Data Adventure 01: “How Long will your Business Start to Profit?” — An SQL Adventure"

Awesome Lists containing this project

README

          

# data_adventure_01_a_SQL_adventure_medium_article
This repository contains the SQL queries and the dataset to accompany an article on Medium.com titled "The Data Adventure 01: “How Long will your Business Start to Profit?” — An SQL Adventure"

The article shows how you can create a running total column with the window function SUM() followed by the OVER() designator in PostgreSQL. This repository contains all the codes and the dataset used in the article. Follow this link: https://p-kane.medium.com/the-data-adventure-01-how-long-will-your-business-start-to-profit-an-sql-adventure-b69445103c4f to read the full artile.