From 1a81b74300b925a53e26bb1cd4ff104b6e1c55c0 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 17 Nov 2021 18:25:49 +0000 Subject: [PATCH] Sqlite: add course (#6606) * Added SQLite course fix CI Move to books rather than courses Update books/free-programming-books-langs.md * Update books/free-programming-books-langs.md * C --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 5272daf8..b5dc7f29 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2291,6 +2291,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [SQL For Web Nerds](http://philip.greenspun.com/sql/) * [SQL Notes for Professionals](http://goalkicker.com/SQLBook/) - Compiled from StackOverflow Documentation (PDF) * [SQL Queries Succinctly](https://www.syncfusion.com/ebooks/sql_queries_succinctly) - Nick Harrison +* [SQLite Tutorial](https://www.tutorialspoint.com/sqlite) * [Use The Index, Luke!: A Guide To SQL Database Performance](http://use-the-index-luke.com)