what is the function of a primary key in a table?\no to uniquely identify each record in the table\no to…

what is the function of a primary key in a table?\no to uniquely identify each record in the table\no to uniquely identify foreign keys in the table\no to secure table data\no to secure the foreign keys in the table

what is the function of a primary key in a table?\no to uniquely identify each record in the table\no to uniquely identify foreign keys in the table\no to secure table data\no to secure the foreign keys in the table

Answer

Brief Explanations:

A primary key's main function is to uniquely identify each record in a table. It ensures no duplicate rows by providing a unique value for each row. Foreign keys are related to referencing primary - keys in other tables, and primary keys are not mainly for securing data or foreign keys.

Answer:

to uniquely identify each record in the table