A field which uniquely identifies a records is called
A field which uniquely identifies a record in a database is called a "Primary Key." The primary key is a unique value assigned to each record in a table, ensuring that no two records have the same key. It is used to establish the identity of records and enable efficient data retrieval and manipulation within a database management system.