mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user