Normalization
Everything on SkillVeris tagged Normalization — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 3 libraries
Study Notes(2)
Normalization: 1NF to 3NF
Learn the step-by-step process of eliminating data redundancy and anomalies through the first three normal forms.
Feature Scaling and Normalization
Learn why rescaling numeric features onto comparable ranges matters, and how standardization, min-max scaling, and robust scaling each affect model behavior.
Cheat Sheets(1)
Interview Questions(2)
What is Denormalization in Database?
Denormalization is the deliberate process of combining data from multiple related tables back into fewer, wider tables to reduce joins and speed up read querie…
What is a "God Table" Anti-Pattern and Why is It a Problem?
A god table is a database anti-pattern where a single, overly wide table absorbs responsibility for many unrelated entities or concerns — often via dozens of n…