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

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.

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)