week 7: Databases Flashcards
data governance
an approach to managing information across an entire organization
Uses Master Data Management
what does data governance control?
Master Data (semi-permanent or core data)
Transaction Data (business activities)
what do databases minimize?
Data redundancy
Data isolation
Data inconsistency
Data redundancy
The same data are stored in many places
Data isolation
Applications cannot access data associated with other applications
Data inconsistency
Various copies of the data do not agree
what do Database Management Systems (DBMS) maximize?
Data security
Data integrity
Data independence
Data security
Databases must have extremely high security measures in place to deter mistakes and attacks since data is stored in one place
Data integrity
Data must meet certain constraints, such as no alphabetic characters in a Social Insurance Number field
Data independence
Applications and data are not linked to each other so that all applications are able to access the same data
bit
(binary digit)
represents the smallest unit of data a computer can process
(e.g. 1 or 0)
byte
represents a single character
often composed of eight bits (e.g. 01101010 which represents a lower case j)
field
A logical grouping of related characters
record
A logical grouping of related fields
describes database entities
File (or table)
A logical grouping of related records