Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 20:46:36 +05:30
committed by GitHub
parent cd093421ba
commit 9d1e3913cd
+2 -1
View File
@@ -311,8 +311,9 @@ Following are some of the most commonly used constraints available in SQL
PRIMARY KEY( one or more columns )
);
SQL DROP TABLE Statement
### SQL DROP TABLE Statement
DROP TABLE table_name;
SQL CREATE INDEX Statement
CREATE UNIQUE INDEX index_name
ON table_name ( column1, column2,...columnN);