From 46493b7faed97fdbbcbe7f97c89c7f5daa9564db Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:22:30 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. + +