Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:31:37 +05:30
committed by GitHub
parent e252edc47f
commit b7fa9a3c6b
+3
View File
@@ -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...);