From c0fe255cc3f4ec964a87755f16f73ec7cb79eaf2 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:33:24 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d5b3a76..53d828a 100644 --- a/README.md +++ b/README.md @@ -757,4 +757,7 @@ The following guidelines indicate when the use of an index should be reconsidere ### DROP CONSTRAINT + ALTER TABLE table_name + DROP CONSTRAINT MyUniqueConstraint; +