Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

I know that BCNF is used for normalization and to reduce redundancy . but how we can apply it?

user-image
Question added by ahmad yassine , Business Development & Performance , Boubyan Bank
Date Posted: 2013/12/07
Gayasuddin Mohammed
by Gayasuddin Mohammed , Advocate , Practicing Law before High Court at Hyderabad

example:

Assume I have these field information should be have in the database for my employee system in place.

empCode  empName  mgrCode deptNo   deptName  deptLoc  deptNatureOfWork  empBrand empSalary

 

If i simply create one table with all those fields, I duplicate much data over there which is inefficient against normalization principle and cause redundancy.

if you split above fields into3 different tables called as Employee table, Department Table, Brand Table.

Now my Employee table contains only the below fields with empCode as Primary Key, and deptNo is foreign key referencing to Department table and empBrand is the foreign key referencing to Brand Table

empCode  empName  mgrCode deptNo  empBrand

 

Now my Department table contains the below fields making my deptNo is the primary key

deptNo   deptName  deptLoc  deptNatureOfWork, any other only related to department.

 

Now my Brand table contains the below fields making my brand is primary key here and the same is referring to the employee table empBrand which is a foreign key referrencing to this field.

brand SalaryForThisBrand DesgForThisBrand, etc like brand related only

 

now you can understand unnecessary unwanted repeat of the data is avoided there by no data redundancy. Hope I made it clear with the above example. Thanks.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.