This video is aimed at beginners who want to create a database in python. I'm using the sqlite3 module which is included when you download python.
This video shows you how to create a database table, how to insert records into the table, how to delete records, and how to select from the table.