From 7790b276bb32260069aa966c97799e977f3effd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Wed, 17 Jan 2024 13:24:09 +0100 Subject: [PATCH] Added 100 SQL Server Mistakes Hi, Stjepan here from Manning. I thought this title might be a good match for your list. Thank you for considering it. Best, --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d55188..fdd60a8 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,8 @@ A trove of carefully curated resources and links (on the topics of software, pla ## SQL + [100 SQL Server Mistakes and How to Avoid Them](https://www.manning.com/books/100-sql-server-mistakes-and-how-to-avoid-them?ar=false&lpse=B) + [A Visual Explanation of SQL Joins](https://blog.codinghorror.com/a-visual-explanation-of-sql-joins/) [Join (SQL) - Wikipedia](https://en.wikipedia.org/wiki/Join_(SQL))