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"
- Host: GitHub
- URL: https://github.com/pkx8326/data_adventure_01_a_sql_adventure_medium_article
- Owner: pkx8326
- Created: 2022-10-30T13:54:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T14:30:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T20:30:07.251Z (9 months ago)
- Topics: dataanalysis, dataanalyst, dataanalytics, postgresql, sql, windowfunction
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.