Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:35:43 +05:30
committed by GitHub
parent 8850df33ae
commit b2beba5be3
+3
View File
@@ -765,4 +765,7 @@ The following guidelines indicate when the use of an index should be reconsidere
### DROP PRIMARY KEY
ALTER TABLE table_name
DROP CONSTRAINT MyPrimaryKey;