Chapter 5 Flashcards
data governance
managing information across an entire organization
master data management
process that spans all of the business processes and applications.
master data
set of core data, such as customer, product, employee, vendor, geographic location. Spans all of the enterprises information system.
databases
provides all users with access to the data.
What does database sytems minimize?
data redundancy, data isolation, data inconsistency.
what do database systems maximize?
data security, data integrity, data interdependence.
bit (binary digit)
smallest unit of data a computer can process. 0’s or 1’s.
data hierarchy
database-file-record-field-byte-bit
byte
represents single characters
data model
diagram respresenting entities in the database and their relations.
instance
specific or unique representation of an entity
attribute
characterstic of quality of an entity.
primary key
unique identifier
secondary keys
other fields not representing the file with complete accuracy.
entity relationship modeling
ER diagram. association between two entitites. Diagrams entities, attributes, and relationships.