Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Which of the two choices below are the reasons why the relation below is not BCNF. in_dep (ID, name, salary, dept_name, building, budget ) with

  1. Which of the two choices below are the reasons why the relation below is not BCNF.


    in_dep (ID, name, salary, dept_name, building, budget )

    with a functional dependency dept_name --> building, budget




    dept_name is not a superkey



    dept_name --> building, budget is not a trivial dependency



    id --> name, salary, dept_name is also a functional dependency



    It is not 3NF



  1. in_dep (ID, name, salary, dept_name, building, budget )

    Choose the following decompositions of in_dep into BCNF when

    dept_name->building, budget causes a violation of BCNF.




    id, name, salary, dept_name



    id, name, salary



    dept_name, building, budget



    salary, dept_name, budget



  1. List the advantages of 3NF over BCNF



    Can always preserve functional dependencies



    Ensures no losslessness



    It's a subset of BCNF



    It's stricter

Step by Step Solution

3.46 Rating (159 Votes )

There are 3 Steps involved in it

Step: 1

The detailed answer for the above question is provided below The correct answer for the first questi... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant Navathe

7th Edition

0133970779, 978-0133970777

More Books

Students also viewed these Databases questions

Question

Demonstrate knowledge of the company/organization and the position.

Answered: 1 week ago

Question

Discuss the NULL value and dangling tuple problems.

Answered: 1 week ago