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:
@@ -755,4 +755,6 @@ The following guidelines indicate when the use of an index should be reconsidere
|
|||||||
ALTER TABLE table_name
|
ALTER TABLE table_name
|
||||||
ADD CONSTRAINT MyPrimaryKey PRIMARY KEY (column1, column2...);
|
ADD CONSTRAINT MyPrimaryKey PRIMARY KEY (column1, column2...);
|
||||||
|
|
||||||
|
### DROP CONSTRAINT
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user