What is primary key is made of more than one field?

1 answer

Answer

1104521

2026-03-21 14:45

+ Follow

A primary key made of more than one field is known as a composite key. It uniquely identifies each record in a database table by combining multiple columns, ensuring that the combination of values in these fields is unique across all records. Composite keys are particularly useful when a single field is insufficient to guarantee uniqueness, and they help maintain data integrity in relational databases.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.