1. Perl
  2. database

Database basics learned with SQLite

Explains the basics of databases and SQL using Perl and SQLite. I will explain from the basics of the basics, so I think that you can learn without difficulty. Database technology is used frequently and should be remembered.

  1. Basics of DBI learned with SQLite - I will explain how to use a database from Perl using DBI.
  2. Install SQLite on Windows - I will explain how to use SQLite from the command prompt of Windows.
  3. SQL basics learned with SQLite - I will explain the basics of SQL with a focus on select statement.

Related Informatrion