https://github.com/sayakpaul/reporting-in-sql-datacamp-course-exercises
Contains my solutions to the exercises of the course "Reporting in SQL"
https://github.com/sayakpaul/reporting-in-sql-datacamp-course-exercises
postgresql sql
Last synced: 9 months ago
JSON representation
Contains my solutions to the exercises of the course "Reporting in SQL"
- Host: GitHub
- URL: https://github.com/sayakpaul/reporting-in-sql-datacamp-course-exercises
- Owner: sayakpaul
- License: mit
- Created: 2019-03-31T10:43:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T02:45:44.000Z (about 7 years ago)
- Last Synced: 2024-12-28T03:42:13.496Z (over 1 year ago)
- Topics: postgresql, sql
- Homepage: https://www.datacamp.com/courses/reporting-in-sql
- Size: 1.05 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reporting-in-SQL-DataCamp-Course-Exercises
Contains my solutions to the exercises of the DataCamp course [Reporting in SQL](https://www.datacamp.com/courses/reporting-in-sql).
This course deals with building insightful reports using SQL. It teaches some of the most fundamental tools and techniques that are used for the purpose of reporting using SQL. The chapters of this courses include techniques on how to remove data duplication and how to turn messy data into clean, organized reports. It also shows how to use complex calculations using _window functions_ and _layered calculations_, all within the same report.
The most important thing that I liked about this course is the way the exercises are designed. They are challenging (at least for me) and require you to think and use your Google Search skills.