Concept:A primary key uniquely identifies each record in a database table.Explanation:The primary key field holds a distinct value for every record in the table.It cannot have duplicate values because two records must not share the same identifier.This ensures that each record can be located and managed separately.Therefore, a primary key contains unique entries.Answer:B. unique entries