InterviewSolution
| 1. |
What Is Normalization ? Explain Its Types ? |
|
Answer» Normalization is a technique of EFFICIENT database DESIGNING and organizing to achieve two basic requirements:
Normalization increases the performance of the database, as it allows a database to take very less space in memory. There are mainly four types of Normalization, which are given below: 1NF: A relation in the table be in first normal FORM if each attribute is single value attribute 3NF BCNF Normalization is a technique of efficient database designing and organizing to achieve two basic requirements: Normalization increases the performance of the database, as it allows a database to take very less space in memory. There are mainly four types of Normalization, which are given below: 1NF: A relation in the table be in first normal form if each attribute is single value attribute 2NF 3NF BCNF |
|