Computer Science, asked by keshavsharma4321, 1 month ago

Why do we need a Primary key? Name any two field properties of a database
answer fast

Answers

Answered by Anonymous
0

Each database table needs a primary key because it ensures row-level accessibility. If you choose an appropriate primary key, you can specify a primary key value, which lets you query each table row individually and modify each row without altering other rows in the same table.

Similar questions