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 )
|
PRIMARY KEY( one or more columns )
|
||||||
);
|
);
|
||||||
|
|
||||||
SQL DROP TABLE Statement
|
### SQL DROP TABLE Statement
|
||||||
DROP TABLE table_name;
|
DROP TABLE table_name;
|
||||||
|
|
||||||
SQL CREATE INDEX Statement
|
SQL CREATE INDEX Statement
|
||||||
CREATE UNIQUE INDEX index_name
|
CREATE UNIQUE INDEX index_name
|
||||||
ON table_name ( column1, column2,...columnN);
|
ON table_name ( column1, column2,...columnN);
|
||||||
|
|||||||
Reference in New Issue
Block a user