SQLite教程提供了SQLite的基本和高级概念。我们的SQLite教程旨在为初学者和专业人士设计。
SQLite是嵌入式关系数据库管理系统。它是自包含的、无服务器的、零配置和事务性SQL数据库引擎。
我们的SQLite教程包括SQLite的所有主题,如SQLite的历史、特点、优点、安装、命令、语法、数据类型、运算符、表达式、数据库、表、CRUD操作、子句、like、glob、限制和子句、高级SQLite等。
什么是SQLite
SQLite是嵌入式关系数据库管理系统。它是自包含的、无服务器的、零配置和事务性SQL数据库引擎。
SQLite可以免费用于任何商业或私人目的。换句话说,”SQLite是一个开源的、零配置的、自包含的、独立的事务关系数据库引擎,旨在嵌入到应用程序中”。
SQLite与其他SQL数据库不同,因为与大多数其他SQL数据库不同,SQLite没有一个单独的服务器进程。它直接读写普通磁盘文件。一个完整的SQL数据库,包含多个表、索引、触发器和视图,都包含在一个单独的磁盘文件中。
SQLite索引
SQLite教程
- SQLite教程
- SQL vs SQLite
- SQLite历史
- SQLite特点
- SQLite优点
- SQLite安装
- SQLite命令
- SQLite语法
- SQLite数据类型
- SQLite运算符
- SQLite表达式
数据库
- SQLite创建数据库
- SQLite附加数据库
- SQLite分离数据库
表
CRUD操作
- SQLite插入查询
- SQLite选择查询
- SQLite更新查询
- SQLite删除查询
子句/条件
- SQLite WHERE(SQLite WHERE)
- SQLite AND(SQLite AND)
- SQLite OR(SQLite OR)
- SQLite LIKE(SQLite LIKE)
- SQLite Glob(SQLite Glob)
- SQLite Limit(SQLite限制)
- SQLite Order By(SQLite排序)
- SQLite Group By(SQLite分组)
- SQLite Having(SQLite Having)
- SQLite Distinct(SQLite Distinct)
- SQLite Union(SQLite Union)
- SQLite Union All(SQLite Union All)
SQLite Joins(SQLite联接)
- SQLite Joins(SQLite联接)
- SQLite Inner Join(SQLite内联接)
- SQLite Outer Join(SQLite外联接)
- SQLite Cross Join(SQLite交叉联接)
SQLite Date & Time(SQLite日期和时间)
- SQLite Date and Time(SQLite日期和时间)
- SQLite date()(SQLite date())
- SQLite datetime()(SQLite datetime())
- SQLite juliandday()(SQLite juliandday())
- SQLite now()(SQLite now())
- SQLite strftime()(SQLite strftime())
- SQLite time()(SQLite time())
Aggregate Functions(聚合函数)
- Aggregate Functions(聚合函数)
- SQLite MIN(SQLite MIN)
- SQLite MAX(SQLite MAX)
- SQLite AVG(SQLite AVG)
- SQLite COUNT(SQLite COUNT)
- SQLite SUM(SQLite SUM)
SQLite Triggers(SQLite触发器)
- SQLite Triggers(SQLite触发器)
- After Insert(插入后)
- After Update(更新后)
- After Delete(删除后)
- SQLite Drop Trigger(SQLite删除触发器)
SQLite Keys(SQLite键)
- Primary Key(主键)
- Foreign Key(外键)
SQLite Import/Export(SQLite导入/导出)
- SQLite Import(SQLite导入)
- SQLite Export(SQLite导出)
Connectivity(连接性)
先决条件
在学习SQLite之前,您必须具备基本的数据库知识,如SQL,MySQL等。
教程对象
我们的SQLite教程旨在帮助初学者和专业人士。
问题
我们保证您在这个SQLite编程教程中不会遇到任何问题。但如果有任何错误,请在联系表单中提交问题。
本文链接:http://so.lmcjl.com/news/219/