From 595e88bf4ae1ba441be7283ec755b70a1f3adbac Mon Sep 17 00:00:00 2001 From: Tutlane Date: Tue, 18 May 2021 12:16:11 +0530 Subject: [PATCH 1/2] Update fundamental_sql.markdown Added good sqlite resource to learn. Please check it, if it is good, keep it in the list. --- source/topics/sql/fundamental_sql.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/topics/sql/fundamental_sql.markdown b/source/topics/sql/fundamental_sql.markdown index 74dbcaf52..78baf44e2 100644 --- a/source/topics/sql/fundamental_sql.markdown +++ b/source/topics/sql/fundamental_sql.markdown @@ -385,4 +385,5 @@ Hop over the our [Getting Started with Sequel]({% page_url topics/sequel %}) tut * [SQLite Tutorial by Zetcode.com](http://zetcode.com/db/sqlite/) * [SQL Interactive Tutorial](http://sqlzoo.net/wiki/Main_Page) +* [SQL Tutorial by Tutlane.com](https://www.tutlane.com/tutorial/sqlite) From ee8fe6dae4a69d37dab8a0c3c0a42d09f6a0eac2 Mon Sep 17 00:00:00 2001 From: Tutlane Date: Tue, 18 May 2021 12:18:51 +0530 Subject: [PATCH 2/2] Update fundamental_sql.markdown --- source/topics/sql/fundamental_sql.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/topics/sql/fundamental_sql.markdown b/source/topics/sql/fundamental_sql.markdown index 78baf44e2..38e5da84c 100644 --- a/source/topics/sql/fundamental_sql.markdown +++ b/source/topics/sql/fundamental_sql.markdown @@ -385,5 +385,6 @@ Hop over the our [Getting Started with Sequel]({% page_url topics/sequel %}) tut * [SQLite Tutorial by Zetcode.com](http://zetcode.com/db/sqlite/) * [SQL Interactive Tutorial](http://sqlzoo.net/wiki/Main_Page) -* [SQL Tutorial by Tutlane.com](https://www.tutlane.com/tutorial/sqlite) +* [SQL Tutorial by Tutlane.com](https://www.tutlane.com/tutorial/sql-server) +* [SQLite Tutorial by Tutlane.com](https://www.tutlane.com/tutorial/sqlite)