what are examples of data duplication in flat files? check all that apply. a managers table linked to a…

what are examples of data duplication in flat files? check all that apply. a managers table linked to a stores table a table with three records for student id # 459100388 a multiple - choice question with two identical answers a customers table linked to a products table

what are examples of data duplication in flat files? check all that apply. a managers table linked to a stores table a table with three records for student id # 459100388 a multiple - choice question with two identical answers a customers table linked to a products table

Answer

Brief Explanations:

Data duplication in flat - files refers to the repetition of data. A table with three records for the same student ID # 459100388 shows duplication of student - related data within a flat - file table. Linking tables (like Managers - Stores and Customers - Products) is a database relationship concept and not data duplication in flat - files. A multiple - choice question with two identical answers is not related to data duplication in flat - files.

Answer:

B. a table with three records for student ID # 459100388