Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:21:13 +05:30
committed by GitHub
parent ccffd660af
commit 56bb09c1c5
+5
View File
@@ -684,3 +684,8 @@ There are different types of joins available in SQL
### Single-Column Indexes
- A single-column index is created based on only one table column.
CREATE INDEX index_name
ON table_name (column_name);
###