From 28ab6cc25cfb137092403eca203851164f4ea6a4 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:28:22 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd07068..5fcb997 100644 --- a/README.md +++ b/README.md @@ -720,3 +720,7 @@ The following guidelines indicate when the use of an index should be reconsidere DROP INDEX index_name; # SQL - ALTER TABLE ✍ + +- The SQL ALTER TABLE command is used to add, delete or modify columns in an existing table. +- You should also use the ALTER TABLE command to add and drop various constraints on an existing table. +