From 56bb09c1c56eb8c8db880c7f81656deddc8311cf Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:21:13 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9577e28..75a476a 100644 --- a/README.md +++ b/README.md @@ -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); + +###