Week 1 Flashcards
Data
Raw facts, or facts that have not yet been processed to reveal their meaning to the end user.
Information
The result of processing raw data to reveal it’s meaning. Information consists of transformed data and facilitates decision making.
Knowledge
The body of information and facts about a specific subject. Knowledge implies familiarity, awareness, and understanding of information as it applies to an environment. A key characteristic is that new knowledge can be derived from old knowledge.
Data Management
A process that focuses on data collection, storage and retrieval. Common data management functions include addition, deletion, modification, and listing.
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.
Metadata
Data about data; that is, data about data characteristics and relationships. See also Data Dictionary.
DBMS
The collection of programs that manages the database structure and controls access to the data stored in the database.
Data inconsistency
A condition in which different versions of the same data yield different (inconsistent) results.
Query
A question or tasks asked by an end user of a database in the form of SQL code. A specific request for data manipulation issued by the end user or the application to the DBMS.
ad hoc query
a “spur of the moment” question
query result set
The collection of data rows returned by a query.
Data Quality
A comprehensive approach to ensuring the accuracy, validity, and timeliness of data.
single-user database
A database that supports only one user at a time.
desktop database
A single-user database that runs on a personal computer.
Multiuser database
A database that supports multiple concurrent users.
Workgroup database
A multiuser database that usually supports fewer than 50 users or is used for a specific department in an organization.
Enterprise Database
The overall company data representation which provides support for present and expected future needs.
Centralized database
A database located at a single site.
Distributed database
A logically related database that is stored in two or more physical independent sites.
Cloud Database
A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS.
General Purpose databases
A database that contains a wide variety of data used in multiple disciplines.
Discipline-specific databases
A database that contains data focused on a specific subject area.
Operational database
A database designed primarily to support a companys day-to-day operations. Also known as a transactional database, OLTP database or production database.
OLTP online transaction processing database
A database designed primarily to support a companys day-to-day operations. Also known as a transactional database, OLTP database or production database.