SQL
Learn it and execute it here: http://www.w3schools.com/sql/default.asp.
You can also install Base from Open Office to expand your knowledge (http://www.openoffice.org/).
Use Menu/Insert/Query (SQL view) to interact with the DB with SQL.
Your purpose is to:
a. Get a basic understanding of what a relational DB is
b. Learn the basic syntax and usage of the following SQL commands:
CREATE
SELECT
UPDATE
INSERT
DELETE