SQLite Tutorial - Tab W. Keith

SQLite Tutorial

By Tab W. Keith

  • Release Date: 2021-06-04
  • Genre: Computers

Description

SQLite Tutorial
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. This tutorial will give you a quick start with SQLite and make you comfortable with SQLite programming.
This tutorial has been prepared for beginners to help them understand the basic-to-advanced concepts related to SQLite Database Engine.
Before you start practicing various types of examples given in this reference, we assume that you are already aware about what is a database, especially RDBMS and what is a computer programming language.

Comments