question archive What is the purpose of the primary keys of a table in a relational database?
Subject:Computer SciencePrice:2.89 Bought3
What is the purpose of the primary keys of a table in a relational database?
Primary key refers to column that serves a special purpose. To ensure row level accessibility, each data base table needs a primary key, using a primary key. Let’s you can query each table row individually and modify each row without altering other rows in the same table.