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:
2024-12-15 14:02:27
671
- SQLite 3 CREATE TABLE PRIMARY KEY AUTO_INCREMENT INSERT INTO SELECT WHERE IN GROUP BY HAVING
last run:
2023-09-05 19:55:38
63
- SQLite 3 d41d8cd98f00b204e9800998ecf8427e
last run:
2024-11-28 22:24:46
54
- SQLite 3 CREATE TABLE INSERT INTO SELECT LEFT JOIN WHERE NOT AND
last run:
2024-06-02 20:36:28
37
- SQLite 3 CREATE TABLE PRIMARY KEY DEFAULT INSERT INTO SELECT
last run:
2024-11-05 11:30:02
28
- SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT WHERE DELETE
last run:
2024-12-20 23:23:20
23
- SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT
last run:
2023-12-30 06:59:14
22
- SQLite 3 CREATE TABLE INSERT INTO SELECT COUNT SUM GROUP BY
last run:
2023-04-29 13:15:23
22
- SQLite 3 CREATE TABLE NOT PRIMARY KEY INSERT INTO
last run:
2024-05-06 00:20:21
19
- SQLite 3 4625b31005a03ac3c6f854c5df55e002
last run:
2024-01-25 18:18:03
19
SQLite 3 - New snippets
-
SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT
added at:
2024-12-20 17:52:26
1
-
SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT
added at:
2024-12-20 17:52:12
1
-
SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT
added at:
2024-12-20 17:50:22
1
-
SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT
added at:
2024-12-20 17:50:17
1
-
SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO
added at:
2024-12-20 17:50:04
2
-
SQLite 3 DROP TABLE CREATE TABLE AUTO_INCREMENT PRIMARY KEY NOT CONSTRAINT INSERT INTO DEFAULT SELECT WHERE AND DROP VIEW CREATE VIEW
added at:
2024-12-16 08:53:25
1
-
SQLite 3 CREATE TABLE PRIMARY KEY IN NOT LIKE AND FOREIGN KEY DELETE CONSTRAINT UPDATE INSERT INTO WITH SELECT COUNT GROUP BY WHERE
added at:
2024-12-16 01:16:56
1
-
SQLite 3 CREATE TABLE PRIMARY KEY IN NOT LIKE AND FOREIGN KEY DELETE CONSTRAINT UPDATE INSERT INTO WITH SELECT COUNT GROUP BY WHERE ORDER BY
added at:
2024-12-16 01:16:49
1
-
SQLite 3 CREATE TABLE PRIMARY KEY IN NOT LIKE AND FOREIGN KEY DELETE UPDATE INSERT INTO SHOW ALTER TABLE DROP CONSTRAINT DROP TABLE
added at:
2024-12-16 00:44:53
1
-
SQLite 3 CREATE TABLE PRIMARY KEY IN NOT LIKE AND FOREIGN KEY DELETE UPDATE INSERT INTO SHOW ALTER TABLE
added at:
2024-12-16 00:38:17
1