Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iturres/python-sql-problem-solving

SQL: Tables; Types; Statements; Constraints; Indexes; Keywords, Functions; Transactions. Race Conditionals. SQL Injection Attacks.
https://github.com/iturres/python-sql-problem-solving

Last synced: 28 days ago
JSON representation

SQL: Tables; Types; Statements; Constraints; Indexes; Keywords, Functions; Transactions. Race Conditionals. SQL Injection Attacks.

Awesome Lists containing this project

README

        



cs50 logo

Problem Solving with SQL and Python

A brief introduction of the SQL and Python problems, labs, and sets worked during the course.

NOTE: the challenges' Names in red are links to each cs50 challenge page.

---

SQL

SQL: Tables; Types; Statements; Constraints; Indexes; Keywords, Functions; Transactions. Race Conditionals. SQL Injection Attacks.

### w7 Practice Problems:

- #### Favorites, for practice using SELECT and UPDATE keywords.

- #### Hall of Prophecy, for practice refactoring a database, using CREATE

### w7 Lab 7:

- #### Songs, SQL queries to answer questions about a Spotify's songs database.

### w7 Problem Set 7:

- #### Movies, SQL queries to answer questions about IMDB's movies database.

- #### Fiftyville, SQL queries to solve a mystery.

---