From a3c5ff9ede0ffcd55d30f22a0001053d31e99aab Mon Sep 17 00:00:00 2001 From: William George Cook Date: Thu, 7 Mar 2019 14:10:51 -0800 Subject: [PATCH] Clarify SQLite's role in prototyping (#29843) --- guide/english/sql/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/sql/index.md b/guide/english/sql/index.md index 53f776e92c..5aabe43161 100644 --- a/guide/english/sql/index.md +++ b/guide/english/sql/index.md @@ -9,7 +9,7 @@ SQL is commonly pronounced "sequel." Its most popular variants are Microsoft SQL However, SQL code can differ between the different variants. For example, Microsoft SQL is programmed with T-SQL, which sometimes has a different syntax. -SQL is commonly pronounced "sequel." Its most popular variants are MySQL, PostgreSQL, and SQLite - a version of SQL which is commonly used for prototyping. It introduced the concept of accessing many records with one single command, using SQL Queries. +SQL is commonly pronounced "sequel." Its most popular variants are MySQL, PostgreSQL, and SQLite (version commonly used for prototyping). It introduced the concept of accessing many records with one single command, using SQL Queries. ### Syntax