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.
Copyright © 2026 eLLeNow.com All Rights Reserved.