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