In the context of business and database management, a primary key is a unique identifier for a record in a database. It is a specific choice of a minimal set of attributes (columns) that uniquely define a tuple (row) in a relation (table). The primary key ensures that each record can be uniquely identified and accessed, which is essential for data integrity and operational efficiency.