Question
Easy
A relation in which every non-key attribute is fully functionally dependant on the primary key and which has no transitive dependencies is said to be in:
1
BCNF
2
2NF
3
3NF
4
4NF
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option C
Explanation
The correct option is (3): A relation is in the Third Normal Form (3NF) if and only if it satisfies two main conditions: first, it must be in 2NF, and second, no non-key attribute is transitively dependent on the primary key. The question explicitly combines these two fundamental requirements. The phrase "every non-key attribute is fully functionally dependant on the primary key" is the core definition of a relation being…Read More
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
In HTML link for e-mail can be created using which of the following?
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 2
Easy
Source :
HTET 2018
Which of the following is suitable tag for java script in HTML?
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 3
Easy
Source :
HTET 2018
Consider channel capacity is 100 Mbps, mean frame length is 10000 bits and average frame arrival rate is 5000 frames/sec. Applying simple queuing theory, the…
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 4
Easy
Source :
HTET 2018
In context of C++, consider the following statements: I: Friend function of a class can directly access both private and protected data of the class.…
Chapter :
Object-Oriented Programming (C++)
Topic :
Advanced Class Concepts