Question
Easy
If one attribute is determinant of second, which in turn is determinant of third, then the relation cannot be
1
Well-structured
2
1NF
3
2NF
4
3NF
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation
The correct option is (4): The relational structure described—where one attribute (let's call it A) determines a second attribute (B), and the second attribute (B) in turn determines a third attribute (C), or $A \\to B$ and $B \\to C$ — is the precise definition of a transitive dependency. The Third Normal Form (3NF) is a foundational rule in database normalization that specifically prohibits this type of dependency. A relation…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
Process of inserting an element in stack is called:
Chapter :
Data Structures (Through C++)
Topic :
Stack
Question 2
Easy
Source :
HTET 2021
If the elements 'A', 'B', 'C' and 'D' are placed in a queue and are deleted one at a time, in what order will these…
Chapter :
Data Structures (Through C++)
Topic :
Queue
Question 3
Easy
Source :
HTET 2021
You can use _______ to copy selected text and _______ to paste it into a document.
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window
Question 4
Easy
Source :
HTET 2021
The basic architecture of computers was developed by:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Computer System