: One or more .db or .sqlite files (e.g., a "Chinook" or "Northwind" sample) used for practicing SELECT queries and data analysis.
: The sqlite3.exe (for Windows) or equivalent binaries that allow you to interact with the database without a full IDE.
: .sql files containing schema definitions ( CREATE TABLE ) or initial data ( INSERT INTO ) to build a database from scratch.