SQL vs SQLite
Below is a brief comparison between SQL and SQLite.
| 
 SQLite  | 
 SQL  | 
| 
 Written in ANSI-C.  | 
 Written in C language.  | 
| 
 Embeddable Relational Database Management System.  | 
 Structured Query Language used to query a Relational Database System.  | 
| 
 File-based. Does not have a separate server process.  | 
 Standard. Specifies how a relational schema is created and many more.  | 
| 
 Supports many features of SQL. High performance. Does not support stored procedures.  | 
 It is not a database itself.  | 
| 
 Portable database resource.  | 
 Structured Query Language.  | 
| 
 Uses SQL.  | 
 Used by different SQL databases.  |