Computer Science, asked by udaylalahir964, 3 months ago

Why is relationship created between multiple tables.give answer. ​

Answers

Answered by anil123surat
0

Answer: The answer is to split our data up across multiple different tables, and create relationships between them. The process of splitting up data in this way to remove duplication and improve data integrity is known as normalization.

Normalization is a deep topic, and there are complex sets of rules which dictate the extent to which a database is judged to be normalized. These rule-sets, known as 'normal forms', are beyond the scope of this book; for now there are two important things to remember:

Explanation:

Similar questions