6.3.3. PRIMARY KEY
Uniquely identifies each row in a table
A combination of a
NOT NULLandUNIQUE
6.3. SQL Constraints — Python
Does something automatically
Prevents from duplicating information
Prevents from loss of integrity
Ensures that a column cannot have a NULL value
Ensures that all values in a column are different
Uniquely identifies each row in a table
A combination of a NOT NULL and UNIQUE
Uniquely identifies a row/record in another table
Ensures that all values in a column satisfies a specific condition
Sets a default value for a column when no value is specified
Used to create and retrieve data from the database very quickly
Analog to notebook calendar tabs