SQL is a classic tool for handling data organized in databases of related tables. Although many SQL dialects and infrastructures exist, this guide focuses on SQLite and DB Browser, a lightweight pair of tools useful for one-off research projects that don't need the overhead of server management. Most SQLite code and concepts, however, will transfer to other implementations.