Why is redundancy of data undesirable?
What will be an ideal response?
Redundancy of data means that the same data is stored in multiple places, often in multiple tables, in your database. Redundancy is bad because it means that data must be entered and stored multiple times. That means more effort and more storage. It can lead to inconsistency when data is changed in one table and not in another.
You might also like to view...
If you need to know the number of records that are included in a list, use the ________ function
A) SUM B) COUNT C) MAX D) MIN
Case-Based Critical Thinking Question ? John wants to add related text to images on his Lawn Care business website. John also finds out that he can nest an img element inside a(n) ____ element to align it horizontally.
A. div B. block-level C. span D. alignment