When data in a table becomes redundant:

A) additional fields should be created in the same table.
B) it is usually an indication that you need a new table to contain information about the topic.
C) delete the redundant records.
D) the field sizes should be reduced.

B

Computer Science & Information Technology

You might also like to view...

Datagram method is better than Virtual Circuits if only a few packets are being sent.

a. true b. false

Computer Science & Information Technology

A general linked list is an important data structure because:

A. it can conserve more memory than an array for large element sizes B. it is much faster than an array in almost every possible situation C. without one, there are no data structures available for which we could search for keys D. it is the only data structure in which each element can be a record of information

Computer Science & Information Technology