Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:31:56 +05:30
committed by GitHub
parent b7fa9a3c6b
commit 22a7dc271c
+2
View File
@@ -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