From 9e3c6bbbf8eaf27d7140cf5e417c8e0bd368b747 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:23:17 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1e388b..3571774 100644 --- a/README.md +++ b/README.md @@ -701,4 +701,8 @@ There are different types of joins available in SQL − CREATE INDEX index_name on table_name (column1, column2); +### Implicit Indexes +- Implicit indexes are indexes that are automatically created by the database server when an object is created. +- Indexes are automatically created for primary key constraints and unique constraints. +###