Chapter 11: Data Storage Design Flashcards
are electronic lists of data that have been optimized to perform a particular transaction.
Files
is a collection of groupings of
information that are related to each other in some
Database
Sometimes files are called ___ ___ because of the way the records are linked together by the
pointers.
linked lists
___ ___ store core information that is important
to the business and, more specifically, to the
application, such as order information or customer
mailing information.
Master file
contain static values, such as a list of valid codes or the name of the U.S. states.
Look-up Files
holds information that can be
used to update a master file.
Transaction Files
records “before” and “after” images of data as the data are altered, so that an audit can be performed if the integrity of the data is questioned.
Audit File
stores past
transactions (e.g., old customers, past orders) that
are no longer needed by system users.
History or Archived File
is given to those
databases which are based on older, sometimes
outdated technology that is seldom used to
develop new applications;
Legacy database
Legacy systems are not usually used anymore, however be encountered in which types of databases
- Network Database - inverted trees
- Hierarchical Database - collection of records with each other
The basic premise of object data base or object oriented database is that all things should be treated as objects who have?
- Data (Attributes)
- Processes (Behavior)
In object databases, the attributes and behaviors determine an object’s?
object classes
Object oriented database management systems are mainly used to suppport what type of data?
Multimedia and complex data
A type of relational database that is used extensively on data warehousing
Multidimensional database
are designed to
accept and process many simultaneous requests
Transaction processing systems