Primary Key Definition :
A “Primary Key” uniquely identifies each row in the same table.
It must contain a value (cannot be “null” or empty) and there can be no duplicate values (each record must have a unique primary key.)
<-Back