Question 5 of 10Pro Only
When should you denormalize a database schema, and what are common denormalization techniques?
Sample answer preview
Denormalization is the intentional introduction of data redundancy into a database schema to improve read performance. While normalization is the default goal for data integrity, there are legitimate scenarios where carefully planned denormalization provides significant…
denormalizationmaterialized viewcomputed columnsummary tableJSONBredundancy