Now you've completed Netizen's Database Programming with Perl module, you should be confident in your knowledge of the following fields:
Database terminology, including tables and relationships, fields and records, etc
Flat file database manipulation including delimited and CSV text files
Basic SQL queries, including SELECT, INSERT, DELETE, and UPDATE queries
Features of MySQL, where to get MySQL from, and how to set up MySQL databases
Using the MySQL command line client to perform SQL queries
Using Perl's DBI module to interact with databases
Applying Perl skills from previous training modules to create database applications