Introduction

Terms defined: database, database management system (DBMS), NoSQL database, relational database management system (RDBMS), table

What This Is

Scope

Setup

Background Concepts

box and arrow concept map of major concepts related to databases
Concept Map: Overview 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: