An attribute used to uniquely identify a record. A primary key attribute must be both unique and single-assign. For example, for a book, the ISBN number could be a primary key attribute, because each book has only one unique value.
See also unique attribute and single-assign attribute.