Category: Tutorials
-
SQLite History
SQLite was designed originally on August 2000. It is named SQLite because it is very light weight (less than 500Kb size) unlike other database management systems like SQL Server or Oracle. Year Happenings 2000 SQLite was designed by D. Richard Hipp for the purpose of no administration required for operating a program. 2000 In August…
-
SQL vs SQLite
Differences between SQL and SQLite SQL SQLite SQL is a Structured Query Language used to query a Relational Database System. It is written in C language. SQLite is an Embeddable Relational Database Management System which is written in ANSI-C. SQL is a standard which specifies how a relational schema is created, data is inserted or…
-
Tutorial
SQLite Tutorial provides basic and advanced concepts of SQLite. Our SQLite Tutorial is designed for beginners and professionals both. SQLite is embedded relational database management system. It is self-contained, serverless, zero configuration and transactional SQL database engine. Our SQLite Tutorial includes all topics of SQLite such as SQLite with history, features, advantages, installation, commands, syntax,…