diff --git a/README.md b/README.md index dc8c595..25bc686 100644 --- a/README.md +++ b/README.md @@ -694,3 +694,8 @@ There are different types of joins available in SQL − CREATE UNIQUE INDEX index_name on table_name (column_name); + +### Composite Indexes +- A composite index is an index on two or more columns of a table. + +