Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  Third normal form is inadequate in situations... Start Learning for Free
Third normal form is inadequate in situations where the relation
  • a)
    Has multiple candidate keys
  • b)
    Has candidate keys that are composite
  • c)
    Has overlapped candidate keys
  • d)
    All of the above
Correct answer is option 'D'. Can you explain this answer?
Verified Answer
Third normal form is inadequate in situations where the relationa)Has ...
Third normal form is considered adequate for relational database design, it is inadequate in all situations with the relation having multiple, composes or overlapped candidate keys.
View all questions of this test
Most Upvoted Answer
Third normal form is inadequate in situations where the relationa)Has ...
Explanation:

To understand why third normal form (3NF) is inadequate in certain situations, it's important to first understand what 3NF is and what it aims to achieve.

What is Third Normal Form (3NF)?

Third normal form (3NF) is a database normalization technique that aims to eliminate data redundancy and improve data integrity. In 3NF, every non-key attribute (i.e., attribute that is not part of any candidate key) must be functionally dependent on the primary key.

For example, consider a relation called STUDENT with attributes STUD_ID, NAME, AGE, ADDRESS, and COURSE. The primary key is STUD_ID, and the functional dependencies are:

- STUD_ID -> NAME, AGE, ADDRESS
- COURSE -> NAME

To bring this relation to 3NF, we need to split it into two relations:

- STUDENT1 with attributes STUD_ID, NAME, AGE, and ADDRESS
- STUDENT2 with attributes COURSE and NAME

In this way, we eliminate the data redundancy caused by the COURSE -> NAME dependency.

However, there are situations where 3NF is not enough to achieve data integrity. These situations include:

a) Has multiple candidate keys

A candidate key is a set of attributes that can uniquely identify a tuple in a relation. A relation can have multiple candidate keys, and in such cases, 3NF may not be enough to ensure data integrity.

For example, consider a relation called EMPLOYEE with attributes EMP_ID, NAME, AGE, and SALARY. The primary key is EMP_ID, but there is also a candidate key made up of NAME and AGE. In this case, 3NF would not be enough to ensure data integrity because NAME and AGE are not functionally dependent on each other or on EMP_ID.

To bring this relation to a higher normal form, we need to split it into two relations:

- EMPLOYEE1 with attributes EMP_ID, NAME, and AGE
- EMPLOYEE2 with attributes EMP_ID and SALARY

In this way, we eliminate the data redundancy caused by the NAME and AGE candidate key.

b) Has candidate keys that are composite

A composite key is a candidate key made up of two or more attributes. In such cases, 3NF may not be enough to ensure data integrity because the attributes in the composite key may not be functionally dependent on each other.

For example, consider a relation called STUDENT_COURSE with attributes STUD_ID, COURSE_ID, and GRADE. The primary key is (STUD_ID, COURSE_ID), which means that this is a composite key. In this case, 3NF would not be enough to ensure data integrity because GRADE is not functionally dependent on either STUD_ID or COURSE_ID individually.

To bring this relation to a higher normal form, we need to split it into three relations:

- STUDENT with attributes STUD_ID and NAME
- COURSE with attributes COURSE_ID and COURSE_NAME
- GRADE with attributes STUD_ID, COURSE_ID, and GRADE_VALUE

In this way, we eliminate the data redundancy caused by the composite key.

c) Has overlapped candidate keys

An overlapped candidate key is a candidate key that shares one or more attributes with another candidate key. In such cases, 3NF may not be enough to ensure data integrity because the shared attributes may not be functionally dependent on each other.

For example, consider a relation called CUSTOM
Free Test
Community Answer
Third normal form is inadequate in situations where the relationa)Has ...
The third normal form is considered adequate for relational database design, it is inadequate in all situations with the relation having multiple, composes or overlapped candidate keys.

Hence, the correct answer is Option D

Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer?
Question Description
Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer?.
Solutions for Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer?, a detailed solution for Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? has been provided alongside types of Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Third normal form is inadequate in situations where the relationa)Has multiple candidate keysb)Has candidate keys that are compositec)Has overlapped candidate keysd)All of the aboveCorrect answer is option 'D'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev