From 416d6562cb5259b10a7b8b3cecfb92a0c276be98 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:29:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e66afe0..ebbd9be 100644 --- a/README.md +++ b/README.md @@ -730,4 +730,6 @@ The following guidelines indicate when the use of an index should be reconsidere ### DROP COLUMN + ALTER TABLE table_name DROP COLUMN column_name; +