Question
Easy

In context of a relation in database, choose a false statement:

1
There can be more than one super keys.
2
A candidate key is a minimal super key.
3
One of the candidate keys is designated as primary key.
4
Primary key is obtained by removing one or more attributes from a candidate key.
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: MS Access
Correct Answer
Option D
Explanation

The correct option is (4): The statement "Primary key is obtained by removing one or more attributes from a candidate key" is fundamentally false in the context of relational database theory. A Candidate Key is defined as a minimal Super Key—meaning it contains the fewest attributes necessary to uniquely identify a tuple. If you remove any attribute from a Candidate Key, it loses its minimality property and, crucially, its uniqueness…Read More