A field chosen to uniquely identify every record in a database is?
Answer Details
A primary key is a field in a database table that is used to uniquely identify each record in the table. It must have a unique value for each record and cannot be null or empty. The primary key is used to link related tables in a database and is essential for maintaining data integrity and accuracy.