https://github.com/sondosaabed/introduction-to-sql
Course with udacity that cover SQL for data Scientists, this is my solution for the lessons and the project
https://github.com/sondosaabed/introduction-to-sql
aggregations data-science dvd-rental-database joins nanodegree sql subqueries udacity-nanodegree
Last synced: 8 months ago
JSON representation
Course with udacity that cover SQL for data Scientists, this is my solution for the lessons and the project
- Host: GitHub
- URL: https://github.com/sondosaabed/introduction-to-sql
- Owner: sondosaabed
- License: mit
- Created: 2023-08-12T15:37:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T23:32:24.000Z (about 1 year ago)
- Last Synced: 2024-12-25T20:41:52.263Z (9 months ago)
- Topics: aggregations, data-science, dvd-rental-database, joins, nanodegree, sql, subqueries, udacity-nanodegree
- Language: SQL
- Homepage:
- Size: 245 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction-to-SQL
Learned SQL fundamentals such as JOINs, aggregations, and subqueries. Learn how to use SQL to answer complex business problems.
## Project Work: investigate a DVD rental database
In this project, I worked with a relational database while working with SQL. Completed the entire data analysis process, starting by posing a question, running appropriate SQL queries to answer
questions, and finishing by sharing findings.ERD of the databse:
Project Queries:


