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