Valuing and Storing Organizational Information - Databases Flashcards
data stewardship
The management and oversight of an organization’s data assets to help provide business users with high-quality data that is easily accessible in a consistent manner.
data gap analysis
Occurs when a company examines its data to determine if it can meet business expectations, while identifying possible data gaps or where missing data might exist.
data steward
Responsible for ensuring the policies and procedures are implemented across the organization and acts as a liaison between the MIS department and the business.
data governance
Refers to the overall management of the availability, usability, integrity, and security of company data
data validation
Includes the tests and evaluations used to determine compliance with data governance polices to ensure correctness of data.
database
Maintains information about various types of objects (inventory), events (transactions), people (employees), and places (warehouses)
database management system (DBMS)
Creates, reads, updates, and deletes data in a database while controlling access and security.
query-by-example (QBE) tool
Helps users graphically design the answer to a question against a database
structured query language
Users write lines of code to answer questions against a database.
data model
Logical data structures that detail the relationships among data elements using graphics or pictures.
metadata
Details about data.
relational database model
A type of database that stores information in the form of logically related two-dimensional tables
relational database management system
Allows users to create, read, update, and delete data in a relational database.
entity
Stores information about a person, place, thing, transaction, or event.
attribute
The data elements associated with an entity.