Hi,
You can have multiple unique keys in a table but can have only one Primary Key.Primary key and unique key does not allow enter duplicate data.Primary key doesn't allow null value.Unique key allows only one null value.