Primary Key

1 revision
#11 week ago
+6
Migrated from pages table
+A primary key is a crucial field within a [Relational Database](/wiki/Relational_Database) table, designed to ensure the [Uniqueness](/wiki/Uniqueness) of each individual record. It acts as the single, non-null identifier, ensuring data integrity and enabling relationships between tables.
+## See also
+- [Foreign Key](/wiki/Foreign_Key)
+- [Database](/wiki/Database)
+- [Table](/wiki/Table)
... 1 more lines