Introduction

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

What This Is

Scope

Setup

Background Concepts

box and arrow concept map of major concepts related to databases
Figure 1: 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.