What is database normalization?
Backend Development
Advanced
Multiple choice
32 views
4 months ago
Question
Explain database normalization and its normal forms.
Options
A
Process of organizing data to reduce redundancy
Correct
B
Process of backing up database
C
Process of indexing database
D
Process of encrypting database
Answer
Database normalization is the process of organizing data to reduce redundancy and improve data integrity. It involves dividing large tables into smaller, related tables.
Explanation
Normal forms (1NF, 2NF, 3NF, BCNF) define rules for organizing data to eliminate redundancy and ensure data consistency.
A
Admin User
Published Jun 9, 2025
Quick Actions
Related Questions
What is the difference between include and require in PHP?
Explain the differences between include, include_once, require, and require_once in PHP.
Beginner
32 views
Continue Your Interview Preparation
Explore more questions and boost your confidence for your next interview.