Sqlite 简明教程

SQLite Tutorial

Audience

本教程是为初学者准备的,以帮助他们理解与 SQLite 数据库引擎相关的从基础到高级的概念。

This tutorial has been prepared for beginners to help them understand the basic-to-advanced concepts related to SQLite Database Engine.

Prerequisites

在你开始练习本参考中给出的各种类型的示例之前,我们假设你已经了解什么是数据库,尤其是 RDBMS,以及什么是计算机编程语言。

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.

Frequently Asked Questions about SQLite

关于 SQLite 有很多常见问题 (FAQ),本节尝试对它们进行简要回答。

There are some very Frequently Asked Questions(FAQ) about SQLite, this section tries to answer them briefly.