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
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
A network using CSMA/CD has a bandwidth 10 Mbps. If the maximum propagation time (including delays in the devices and ignoring the time needed to…
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 2
Easy
Source :
HTET 2019
In context of database, let T1 and T2 are two concurrent transactions. Consider the following sequence of operations on data X: T1: READ(X) T1: WRITE(X)…
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 3
Easy
Source :
HTET 2019
In a relational schema R whenever a non-trivial functional dependency X->A holds in relation R, X is a super-key of relation R. Relation R is…
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 4
Easy
Source :
HTET 2019
Boolean expression $y.z+z$ is equal to which of the following?