Introduction

Terms defined: database, database management system, NoSQL database, relational database management system, table

What This Is

Scope

Setup

Background Concepts

box and arrow concept map of major concepts related to databases
Figure 1.1: overview of major concepts

Connecting to Database

sqlite3 db/penguins.db

To disconnect from an interactive database session, type Control-D or .quit on a line of its own. You may need to type a semi-colon ; to close any unfinished query before SQLite will recognize your attempt to escape.

Acknowledgments

This tutorial would not have been possible without:

I would also like to thank the following people for spotting issues, making suggestions, or submitting changes: