Exercises — Module 8: Databases and Data Management
1 hands-on tasks. Do them in order; each one feeds the Canvas item it names.
40 min · hands-on
1. SQL Query Lab
- Access the provided SQLite database file (students.db) via DB Browser for SQLite or the Canvas shell.
- Write a SELECT query to list all students with a GPA above 3.0.
- Write a JOIN query to display each student's name alongside their enrolled course title.
Turn in / bring: SQL queries and result screenshots submitted to Canvas.