Open Excel spreadsheet. Fill in a couple of columns.

Open SQLite Manager, if it is not already open.

Database Control

Enter the data into another program

Do Exercise 1 - Data entry validation in Excel.

Import existing data

Walk through Exercise 2 - Importing Data, Tasks 1-10.

Do Exercise 2 - Importing Data, Task 11.

Enter the data directly

Do Exercise 3 - Creating Tables.

Show students the SQLite Manager Browse & Search tab.

Do Exercise 4 - Adding Records.

Modifying existing records

Deleting records

Do Exercise 5 - Updating Records.

Deleting a table

SQL - structured query language

Show students the SQLite Manager Execute SQL tab.

SELECT * FROM Experiment;

Assign remaining exercises.