Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:22:48 +05:30
committed by GitHub
parent 46493b7fae
commit 6175d95128
+3
View File
@@ -698,4 +698,7 @@ There are different types of joins available in SQL
### Composite Indexes
- A composite index is an index on two or more columns of a table.
CREATE INDEX index_name
on table_name (column1, column2);