Introduction

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

Scope

Setup

Background Concepts

box and arrow concept map of major concepts related to databases
Figure 1: Concepts

Connecting to a Database

Command Line

sqlite3 db/penguins.db

To disconnect from a command-line 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.