From e1bf7d48348e4f2adaaf121636e509ab7fa47efb Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:25:24 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6caad..daddb6c 100644 --- a/README.md +++ b/README.md @@ -680,7 +680,7 @@ There are different types of joins available in SQL − The following guidelines indicate when the use of an index should be reconsidered. -**- Indexes should not be used on small tables. +**- Indexes should not be used on small tables.** **- Tables that have frequent, large batch updates or insert operations.