Question: Select all that are true when you introduce denormalization. (Check all that apply.) A possibility of data anomalies and inconsistencies when selecting copies of the
Select all that are true when you introduce denormalization. (Check all that apply.) A possibility of data anomalies and inconsistencies when selecting copies of the redundant data By reducing the number of joins - complexity is decreased and performance is potentially improved when selecting data. Updating redundant data in a denormalized table which does not have foreign key constraints will insure consistency of that data. One way to implement denormalization is to create 1:1 relationships between entities Data redundancy from denormalization causes slower SELECT queries because there are more join statements.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
