- Perl ›
- 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.
- Basics of DBI learned with SQLite - I will explain how to use a database from Perl using DBI.
- Install SQLite on Windows - I will explain how to use SQLite from the command prompt of Windows.
- SQL basics learned with SQLite - I will explain the basics of SQL with a focus on select statement.