Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:32:15 +05:30
committed by GitHub
parent 22a7dc271c
commit 9adb4095e4
+3
View File
@@ -747,4 +747,7 @@ The following guidelines indicate when the use of an index should be reconsidere
### ADD CHECK CONSTRAINT ### ADD CHECK CONSTRAINT
ALTER TABLE table_name
ADD CONSTRAINT MyUniqueConstraint CHECK (CONDITION);