You can add or drop a constraint on a table at any time.
However, a constraint cannot be added to table where a table already contains data which would violate that constraint.
You can add or drop a constraint on a table at any time.
However, a constraint cannot be added to table where a table already contains data which would violate that constraint.
Comments
Article is closed for comments.