SQLite用法

SQLite语法:http://blog.csdn.net/ejzhang/article/details/6224915#08

SQLite查询优化:1、http://www.eoeandroid.com/thread-83601-1-1.html

                         2、http://blog.csdn.net/horkychen/article/details/18892223

                         3、http://blog.csdn.net/wukunting/article/details/5736984

SQLite索引的解析:1、http://www.uml.org.cn/sjjm/201301175.asp

2、http://blog.csdn.net/chu_qun/article/details/3719532

SQLite外键的解析:http://www.juapk.com/forum.php?mod=viewthread&tid=3221

SQLite基础概念:http://blog.csdn.net/guolin_blog/article/details/39207945

SQLite外键使用例子:1、http://www.codeproject.com/Articles/119293/Using-SQLite-Database-with-Android#

2、http://www.2cto.com/kf/201111/111959.html

SQLite升级:1、http://blog.csdn.net/u013705351/article/details/19904245

2、http://blog.csdn.net/zhongwn/article/details/23979013

SQLite官方文档:1、http://sqlite.org/partialindex.html

2、http://blog.csdn.net/think_soft/article/details/7969122

原文地址:https://www.cnblogs.com/lucky-star-star/p/4442470.html