Chapter 6: Data Flashcards
Transactional Information
Encompasses all of the information contained within a single business process or unit of work and its primary purpose is to support the performing of daily operational tasks
Analytical Information
Encompasses all organizational information, and its primary purpose is to support the performing of managerial analysis tasks
Real Time Information
Immediate up to date information
Real Time System
Provides real time information in response to requests
Low Quality Information
Missing information, incomplete information, duplicate information, wrong information, inaccurate information, incomplete information
Database
Maintains information about various types of objects, events, people, and places
Database Management Systems
Allows users to create, read, update, and delete data in a relational database
Data Model
Logical data structures that detail the relationships among data elements using graphics or pictures
Metadata
Details about data
Data Dictionary
Compiles all of the metadata about the data elements in the data model
Entity
A person, place, thing, transaction, or event about which information is stored
Attribute
The data elements associated with an entity
Record
A collection of related data elements
Primary Key
A field that uniquely identifies a given entity in a table
Foreign Key
A primary Key of one table that appears an attribute in another table and acts to provide a logical relationship among the two tables