From af31d80bd32ed4b8e31b3edb8a8e8f9e063fafe3 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Wed, 18 Mar 2020 02:39:37 +0000 Subject: [PATCH] clarification --- subjects/forum/forum.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/forum/forum.en.md b/subjects/forum/forum.en.md index 919f056e4..7abdc829d 100644 --- a/subjects/forum/forum.en.md +++ b/subjects/forum/forum.en.md @@ -17,7 +17,7 @@ SQLite is a popular choice as embedded database software for local/client storag To structure your database and to achieve better performance we highly advise you to take a look at the [entity relationship diagram](https://www.smartdraw.com/entity-relationship-diagram/) and build one based on your own database. -- You must use at least one SELECT, one CREATE and one INSERT. +- You must use at least one SELECT, one CREATE and one INSERT queries. To know more about SQLite you can check the [SQLite page](https://www.sqlite.org/index.html).