/sql_resources

Primary LanguageJupyter Notebook

SQL Resources

"college.db" and "python_to_database.ipynb" were prepared by John Wong. (Thanks John!)
"college_queries.sql" are for the DB Browser/sqlite3 exercises.

The following are links to useful SQL-related resources.

Learn or Challenge yourself on SQL through Games

Learn SQL through tutorials

Articles

DB Browser for SQLIte

Window Function

Joins

The best way to think about joins is first to start with the concept of Cartesian Product, and thinking clearly about the conditions.

Online DB/SQL Playground Editors

Data Lineage