Primary key = Unique + Not null
Unique constraints can acknowledge null values where as primary key won't acknowledge null and copy values.A table can have just a single primary key, which may comprise of single or different fields. At the point when different fields are utilized as an essential key, they are known as a composite key. In the event that a table has an essential key characterized on any field, then you can not have two records having a similar estimation of that field.