SQLite 3
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
SQLite generally follows PostgreSQL syntax. SQLite uses a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. This means that one can, for example, insert a string into a column defined as an integer. SQLite will attempt to convert data between formats where appropriate, the string "123" into an integer in this case, but does not guarantee such conversions and will store the data as-is if such a conversion is not possible.
SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems (such as mobile phones), among others. SQLite has bindings to many programming languages.
SQLite 3 - Popular snippets
- SQLite 3 SELECT SQLITE_VERSION()
last run:
2023-02-05 12:36:27
223
- SQLite 3 CREATE TABLE INSERT INTO SELECT COUNT SUM GROUP BY
last run:
2022-09-24 18:47:54
21
- SQLite 3 d41d8cd98f00b204e9800998ecf8427e
last run:
2022-11-11 17:40:20
19
- SQLite 3 CREATE TABLE COUNT PRIMARY KEY UPDATE INSERT INTO SELECT
last run:
2022-01-17 05:12:47
16
- SQLite 3 DROP VIEW CREATE VIEW SELECT LEFT JOIN
last run:
2022-12-22 15:14:57
15
- SQLite 3 4625b31005a03ac3c6f854c5df55e002
last run:
2023-01-12 10:18:21
14
- SQLite 3 4c10c0cff452b03ace41cd56b7939008
last run:
2021-09-04 17:40:15
10
- SQLite 3 CREATE TABLE COUNT INSERT INTO SELECT SUM GROUP BY HAVING
last run:
2022-12-17 10:13:03
9
- SQLite 3 CREATE TABLE COUNT INSERT INTO SELECT SUM GROUP BY
last run:
2022-12-12 10:35:21
9
- SQLite 3 CREATE TABLE PRIMARY KEY NOT FOREIGN KEY BETWEEN AND INSERT INTO EXEC SELECT WHERE LIKE ORDER BY GROUP BY SUM IN JOIN LEFT
last run:
2022-05-03 18:19:24
9
SQLite 3 - New snippets
-
SQLite 3 CREATE TABLE INSERT INTO
added at:
2023-02-08 13:57:31
1
-
SQLite 3 SELECT
added at:
2023-02-08 06:06:35
1
-
SQLite 3 SELECT
added at:
2023-02-08 06:06:28
1
-
SQLite 3 SELECT
added at:
2023-02-08 05:56:35
1
-
SQLite 3 CREATE TABLE INSERT INTO SHOW SELECT WHERE GROUP BY ORDER BY WITH LEFT JOIN DELETE COUNT
added at:
2023-02-07 07:20:57
1
-
SQLite 3 CREATE TABLE INSERT INTO SHOW SELECT WHERE GROUP BY ORDER BY WITH LEFT JOIN DELETE COUNT
added at:
2023-02-07 07:20:16
1
-
SQLite 3 CREATE TABLE INSERT INTO SHOW SELECT WHERE GROUP BY ORDER BY WITH LEFT JOIN DELETE COUNT
added at:
2023-02-07 07:19:17
1
-
SQLite 3 fa44c90d4ca01a9220d2674cc17e9f95
added at:
2023-02-06 23:12:35
2
-
SQLite 3 CREATE TABLE INSERT INTO SHOW SELECT WHERE GROUP BY ORDER BY WITH LEFT JOIN DELETE COUNT TRUNCATE
added at:
2023-02-06 17:20:48
1
-
SQLite 3 CREATE TABLE INSERT INTO SHOW SELECT WHERE GROUP BY ORDER BY WITH LEFT JOIN DELETE COUNT
added at:
2023-02-06 07:06:47
1