Chapter 1 Databases Flashcards
Define the difference between data and information
Data is Raw facts or facts that have not yet been processed to reveal their meaning to the end-user.
Information is The result of processing raw data to reveal its meaning. Information consists of transformed data and facilitates decision-making.
Define ad hoc query
A “spur-of-the-moment” question.
Define analytical database
A database focused primarily on storing historical data and business metrics used for tactical or strategic decision making.
Define Centralized database
A database located at a single site.
Define cloud database
A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS.
Define Data
Raw facts, or facts that have not yet been processed to reveal their meaning to the end user.
data anomaly
A data abnormality in which inconsistent changes have been made to a database. For example, an employee moves, but the address change is not corrected in all files in the database.
Define Data Dependence
A data condition in which data representation and manipulation are dependent on the physical data storage characteristics.
Define Data Dictionary
DBMS component that stores metadata—data about data. Thus, the data dictionary contains the data definition as well as its characteristics and relationships. A data dictionary may also include data that is external to the DBMS. Also known as an information resource dictionary. See also active data dictionary, metadata, and passive data dictionary.
Define Data inconsistency
A condition in which different versions of the same data yield different (inconsistent) results.
Define Data independence
A condition in which data access is unaffected by changes in the physical data storage characteristics
Define data integrity
In a relational database, a condition in which the data in the database complies with all entity and referential integrity constraints.
Define data management
A process that focuses on data collection, storage, and retrieval. Common data management functions include addition, deletion, modification, and listing.
Define data processing (DP) specialist
The person responsible for developing and managing a computerized file processing system.
Define Data quality
A comprehensive approach to ensuring the accuracy, validity, and timeliness of data.
Define data redundancy
Exists when the same data is stored unnecessarily at different places.
Define Data type
Defines the kind of values that can be used or stored. Also, used in programming languages and database systems to determine the operations that can be applied to such data.
Define Data warehouse
A specialized database that stores historical and aggregated data in a format optimized for decision support. An integrated, subject-oriented, time-variant, nonvolatile collection of data that provides support for decision making.
Define database
A shared, integrated computer structure that houses a collection of related data. A database contains two types of data: end-user data (raw facts) and metadata.
Define Data Management System. Give the acronym
DBMS
The collection of programs that manages the database structure and controls access to the data stored in the database.
Define database system
An organization of components that defines and regulates the collection, storage, management, and use of data in a database environment.
Define Desktop Database
A single-user database that runs on a personal computer.