Shows you how to use SQLite to
create a table inside a database
create fields within the table
specify the data types and primary key
insert values into the table
see how the "primary key" constraint is enforced by SQLite
run queries to view the data you entered