Please enable JavaScript.
Coggle requires JavaScript to display documents.
Constraints (PRIMARY KEY CONSTRAINT (uniquely identifies each record that…
Constraints
PRIMARY KEY CONSTRAINT
-
-
each table should have a primary key, and each table can have only one primary key
-
-
-
DEFAULT CONSTRAINT
if no value is specified, a default value will be entered into the record
-