|
There is a huge difference between creating a table (with constraints in place) and actually inserting data into it. If there are no values in a table (because you just created it), then what is the issue? All the constraint means is that when data is present, with a PK defined, that the PK value is unique AND not null.
|