Creating a Demo SQLite Database for Teens with IMDb and Python
When you’re teaching SQL to teenagers, you don’t just want them to memorize SELECT * FROM customers. You want them to explore something fun, relatable, and realistic. That’s why I built a demo database based on IMDb movies and series for our SQL course. The goal: give students a lightweight, easy-to-install database they can query at home, while working with data they actually care about. Why SQLite + DBeaver? For a classroom setting, SQLite is perfect. It’s lightweight, requires no…