answersLogoWhite

0

Second normal form is valid in a table which have composite primary key which is made with the combination of two columns.So if we have A,B,C,D,E attributes in our table and C,D are fully functional dependent on A,B.But E is partially functional dependent on A,B,Mean if we use Only B to define E coloumn then that will be suffecent.so then we use 2nd normal form & we create two tables with coloumns attributes A,B,C,D and the other table with coloumns attribute B,E.That will be called second normal form.

User Avatar

Wiki User

16y ago

What else can I help you with?

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 minimal normal form a relation must satisfy in dbms?

Third normal form.


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


What are different normal forms?

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


What are the differences between the first normal form and the second normal form?

weewwqew


How many types of normal forms in DBMS?

total 6 normal forms


What are the different types of form?

First normal form, second normal form, third normal form, fourth normal form, fifth normal form and Boyce Codd normal form. See the related question below.


What are the different types of normal forms?

First normal form, second normal form, third normal form, fourth normal form, fifth normal form and Boyce Codd normal form. See the related question below.


Discuss the following concepts of normalization with examples need for normalization first normal form second normal form third normal form?

discussed


Sample paper for DBMS second semester?

crate


What is the fullform of DBMS?

The full form of DBMS is Database Management System.


What is bcnf explain with respect to dbms?

Boyce -Codd normal form which is one of the forms of dbms noramlizations.normalization is converting the relations or tables in a standard form.bcnf is based on functional dependencies that take into account all candidate keys.a relation is in bcnf if every determinant has a candidate key..:)