SQLite3

Creates (if doesn't exist) a database file called "database.db", adds a table called "items" with fields for id, name, email, and age. Field "id" is hidden, used to manage the database internally. You can add, edit, and delete items.

nameemailageadd
Ann[email protected]8more_vert
Zebedee[email protected]95more_vert
Alana[email protected]30more_vert
Alan[email protected]30more_vert
Joe Bloggs[email protected]20more_vert

add