diff --git a/School/Development/Primary Key.md b/School/Development/Primary Key.md index 53fc720..0d8f90c 100644 --- a/School/Development/Primary Key.md +++ b/School/Development/Primary Key.md @@ -1,2 +1,11 @@ # Primary Key -A Primary key is a [[Constraint]] \ No newline at end of file +A Primary key is a [[Constraint]] that uniquely identifies [[SQL Database#Entity]] in a entity set (table). + +There can only be ONE primary per table and can consist of multiple attributes (columns). + +A primary key is **not** required, but highly advised. Even if you don't use it its better to include one in your scheme. + + + + +