Local Class

Introduction to SQLite

Online Course

Zetcode

Date/Time: Available in Series of Lectures
Price: Free
Description: ZetCode brings tutorials for programmers in various areas. The main are Graphics User Interface, databases and programming languages. The website's mission is to provide competent, quick and easy to understand tutorials for modern-day technologies.

SQLite is an embedded relational database engine. Its developers call it a self-contained, serverless, zero-configuration and transactional SQL database engine. It is very popular and there are hundreds of millions copies worldwide in use today. SQLite is used in the Solaris 10 and Mac OS operating systems and by iPhone and Skype. The Qt4 library has built-in support for SQLite as well as the Python and PHP languages. Many popular applications use SQLite internally such as Firefox, Google Chrome or Amarok.

This is SQLite tutorial. It covers the SQLite database engine, sqlite3 command line tool and the SQL language covered by the database engine.
100000
22