DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style analytics. It is crazy fast and allows you to read and write data stored in CSV, JSON, and Parquet files directly, ...
Now that you've gotten a brief introduction to SQL, its time to get some hands-on practice connecting to a database and executing some queries. SQLite databases are stored as files on disk. The one we ...