mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-05-01 06:23:54 +07:00
Update README.md
This commit is contained in:
@@ -745,4 +745,6 @@ The following guidelines indicate when the use of an index should be reconsidere
|
|||||||
ALTER TABLE table_name
|
ALTER TABLE table_name
|
||||||
ADD CONSTRAINT MyUniqueConstraint UNIQUE(column1, column2...);
|
ADD CONSTRAINT MyUniqueConstraint UNIQUE(column1, column2...);
|
||||||
|
|
||||||
|
### ADD CHECK CONSTRAINT
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user