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