From 6175d95128673ac6cfc10d0762820d53c4fb78f2 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:22:48 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25bc686..e1e388b 100644 --- a/README.md +++ b/README.md @@ -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); +