74) A possible problem with keeping data in lists is that if you delete a row of data from a list,
you may also delete some data items that you want to keep.
75) An advantage of keeping data in lists is that if you update a data value in one row of data in a
list, other occurrences of the same data item in other rows will be automatically updated as well.
76) An advantage of keeping data in lists is that if you add a new row of data to the list, you will
never have null values occurring for any data item in the row.
78) Which of the following problems associated with storing data in a list is avoided by storing
data in a relational database?
A) CPU processing inefficiencies
B) Lack of necessary bandwidth
C) Running out of memory storage
D) Duplication of data items
E) Incorrect data typing