In: Computer Science
Match the source of a property with the form of normalization it is first required in
|
|
To answer this question we need to know the normalization and its types.Normalization used to organize the data in a database and it will provide proper formatting for data to avoid dependency and redundancy using constraints.there are various normal forms,they are
1.First Normal Form (1NF)
2.Second Normal Form (2NF)
3.Third Normal Form (3NF)
4.Boyce Codd Normal Form (BCNF)
5.Fourth Normal Form(4NF)
6.Domain-Key Normal Form(DKNF)
So the following table shows the answer and the explanation for selecting the answer