Database access using Perl DBI

  1. Architecture of a DBI Application
  2. Create Sample Database
  3. Connect to database
  4. SELECT with one result
  5. SELECT with more results
  6. SELECT, prepare with placeholders
  7. SELECT, using hashref
  8. INSERT
  9. UPDATE