Welcome to Netizen's Database Programming with Perl training course. This is a one-day course in which you will learn how to write database-backed websites using Perl and and the powerful DBI module.
About databases
Text based ("flat file") databases
Relational databases
Tables and relationships
Structured Query Language (SQL)
MySQL and other database servers
Features of MySQL
Getting MySQL
Setting up MySQL databases
The MySQL client
The DBI and DBD modules
What is DBI?
DBI syntax
DBI exercises
Extended exercises
References (optional topic)