Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:25:24 +05:30
committed by GitHub
parent aad20f4651
commit e1bf7d4834
+1 -1
View File
@@ -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. 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. **- Tables that have frequent, large batch updates or insert operations.