Assignment 3 Database
Assignment 3 Database
Assignment 3 Database
Assignment 3: Database
Questions:
Answers:
2. Flat files are data files that contain records with no structured relationships to
other files. The flat-file approach is most often associated with so-called legacy
systems. These are often large mainframe systems that were implemented in the
1970s through the 1980s. Some organizations today still make extensive use of
such systems. Eventually, they will be replaced by modern database
management systems, but in the meantime, auditors must continue to deal with
legacy-system technologies.
3. The users, the database management system, the database administrator, and
the physical database structures.
4. Data redundancy occurs when the same piece of data exists in multiple places,
whereas data inconsistency is when the same data exists in different formats in
multiple tables. Unfortunately, data redundancy can cause data inconsistency,
which can provide a company with unreliable and/or meaningless information.
5. Data independence is the type of data transparency that matters for a centralized
DBMS. It refers to the immunity of user applications to changes made in the
definition and organization of data. Application programs should not, ideally, be
exposed to details of data representation and storage. The DBMS provides an
abstract view of the data that hides such details.