Relational Database Management System (RDBMS) Question:

What is normalization?

RDBMS Interview Question
RDBMS Interview Question

Answer:

It is a process of analysing the given relation schemas based on their Functional Dependencies (FDs) and primary key to achieve the properties

► Minimizing redundancy
► Minimizing insertion, deletion and update anomalies.


Previous QuestionNext Question
How does Tuple-oriented relational calculus differ from domain-oriented relational calculus?What is Functional Dependency?