Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:36:23 +05:30
committed by GitHub
parent b2beba5be3
commit 2d26e7a080
+5
View File
@@ -768,4 +768,9 @@ The following guidelines indicate when the use of an index should be reconsidere
ALTER TABLE table_name ALTER TABLE table_name
DROP CONSTRAINT MyPrimaryKey; DROP CONSTRAINT MyPrimaryKey;
ALTER TABLE table_name
DROP PRIMARY KEY;
# SQL - TRUNCATE TABLE