Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iturres/python-sql-problem-solving
- Owner: ITurres
- Created: 2023-02-24T23:44:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T02:12:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T09:54:29.231Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
---