https://github.com/swethasridhar0509/cs50-sql
This repository contains my solutions to the CS50's Introduction to Databases with SQL course.
https://github.com/swethasridhar0509/cs50-sql
cs50 cs50sql sql sqlite3
Last synced: 4 months ago
JSON representation
This repository contains my solutions to the CS50's Introduction to Databases with SQL course.
- Host: GitHub
- URL: https://github.com/swethasridhar0509/cs50-sql
- Owner: swethasridhar0509
- License: mit
- Created: 2025-02-06T19:20:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T18:10:45.000Z (over 1 year ago)
- Last Synced: 2025-08-31T20:46:18.806Z (10 months ago)
- Topics: cs50, cs50sql, sql, sqlite3
- Homepage:
- Size: 21.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS50’s Introduction to Databases with SQL
This repository contains my solutions to the **CS50's Introduction to Databases with SQL** course.
## Week - 0
- Cyberchase - [Questions](https://cs50.harvard.edu/sql/2024/psets/0/cyberchase/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week0/cyberchase)
- Views - [Questions](https://cs50.harvard.edu/sql/2024/psets/0/views/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week0/views)
- Normals - [Questions](https://cs50.harvard.edu/sql/2024/psets/0/normals/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week0/normals)
- Players - [Questions](https://cs50.harvard.edu/sql/2024/psets/0/players/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week0/players)
## Week - 1
- Packages - [Questions](https://cs50.harvard.edu/sql/2024/psets/1/packages/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week1/packages)
- Dese - [Questions](https://cs50.harvard.edu/sql/2024/psets/1/dese/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week1/dese)
- MoneyBall - [Questions](https://cs50.harvard.edu/sql/2024/psets/1/moneyball/) | [Solution](https://github.com/swethasridhar0509/CS50-SQL/tree/main/Week1/moneyball)