On SpeckBoy.com there's a new tutorial posted that introduces you to the concept of CRUD - Create, Read, Update, Delete - in the database interface for your application.
Technically CRUD can be applied to any sort of data store, but they chose to go with a MySQL-based example.