answersLogoWhite

0


Best Answer

Normal Forms

First Normal Form: Every field of the table must be atomic(indivisible)i.e there must be no composite or multivalued fields.Eg.Consider a table Employee such that it has 5 fields Name,Age,Sex,TelephoneNo,we represent it as

Employee(EmpNo,Name,Age,Sex,Tno).

Empno Name Age Sex Tno

1001 A 24 M 234567,678901

1002 B 25 F 123456

Clearly, the above table is not in 1NF as the field Tno may contain more than one values because each employee may have more than one Telephones.

To make it in 1NF,however, we can do some improvisations,

First Improvisation

Add an extra field "Tno2", our table Employee now looks like Employee(EmpNo,Name,Age,Sex,Tno1,Tno2)

Second Improvisation

Repeate the remaining field values for each Telephone value

Empno Name Age Sex Tno

1001 A 24 M 234567

1001 A 24 M 678901

1002 B 25 F 123456

As you can see both these improvisations have added extra information storage overhead with them. So the most recommended one is the DECOMPOSITION.

Here we will Decompose our erroneous table into more tables.

Employee1(EmpNo,Name,Age,Sex)

Employee2(EmpNo,Tno1,Tno2)

Now our tables will look like this

Employee1

Empno Name Age Sex

1001 A 24 M

1002 B 25 F

Employee2

Empno Tno1 Tno2

1001

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain normal forms with simple example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain the first 3 normal forms in dbms?

First Normal Form: Remove the repeating groups in a table Second Normal Form: Remove partial dependencies Third Normal Form: Remove transitive depedencies


What is meant by withholding tax explain it in simple form.?

Withholding tax in simple forms is the amount of the employee's pay that is withheld by employer and sent directly to government as partial payment of the income tax.


What are different normal forms?

There are 4 normal forms in databases. First normal form, second, third and fourth normal forms are there.


How many types of normal forms in DBMS?

total 6 normal forms


Is a database that is in third normal form automatically in first and second normal form?

Yes, each normal form builds upon the lower forms, such that a database in form N will also be in form N-1, N-2, etc. A database in fifth normal form, for example, will also be in first through fourth normal forms.


explain what ethical decision making entails in ideal forms?

explain what ethical decision making entails in ideal forms


What is noun of explain?

Explain is the verb of explanation.Other verbs are explains, explaining and explained.Some example sentences are:"I will explain it one more time"."Scott explains how to make the perfect tea"."They are explaining how to peel a banana"."I have explained this to you before".


What is the past participle of simple?

Simple is not a verb and does not have participle forms.


What is nouns for explain?

The noun forms of the verb explain are explainer, explanation, and the gerund, explaining.


What down dead organisms into simpler forms?

Decomposers - usually microbes are responsible for breaking dead organisms down into their simple forms. This process is responsible for the recycling nutrients back into the environment. An example of a decomposer is bacteria.


What is the adjective for explanation?

The verb "to explain" has adjective forms explained, explaining, and explanatory.


What is noun form of explain?

The abstract noun forms for the verb 'to explain' are explanation and the gerund, explaining.