Clarify SQLite's role in prototyping (#29843)

This commit is contained in:
William George Cook
2019-03-07 14:10:51 -08:00
committed by Randell Dawson
parent c4bf3c1ff0
commit a3c5ff9ede

View File

@ -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