Question:medium

The primary key is chosen from ________.

Updated On: Jan 16, 2026
  • The most complex candidate key available.
  • All available candidate keys for a table
  • The simplest candidate key available.
  • Any attribute within the table
Show Solution

The Correct Option is C

Solution and Explanation

A database's primary key is crucial for ensuring each record in a table is uniquely identifiable. When multiple candidate keys exist for selection, the primary key is usually chosen based on its simplicity and efficiency. A candidate key is a collection of attributes capable of uniquely identifying a row (tuple) within a table.

The appropriate selection from the given choices is: The simplest available candidate key. This principle dictates that among the candidate keys, the one with the most straightforward structure and the fewest attributes is typically favored as the primary key. This preference for simplicity enhances database performance and simplifies data management.

Was this answer helpful?
0


Questions Asked in CUET (UG) exam