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.
record
A collection of related data elements.
primary key
A field (or group of fields) that uniquely identifies a given entity in a table.
foreign key
A primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables.
physical view of information
The physical storage of information on a storage device such as a hard disk.
logical view of information
Focuses on how users logically access information to meet their particular business needs.
data latency
The time it takes for data to be stored or retrieved.
information redundancy
The duplication of data, or the storage of the same data in multiple places.
information integrity
A measure of the quality of information.
integrity constraint
The rules that help ensure the quality of information.
relational integrity constraint
The rules that enforce basic and fundamental information-based constraints.
business rule
Defines how a company performs a certain aspect of its business and typically results in either a yes/no or true/false answer.
business-critical integrity constraint
Enforces business rules vital to an organization’s success and often requires more insight and knowledge than relational integrity constraints.
identity management
A broad administrative area that deals with identifying individuals in a system (such as a country, a network, or an enterprise) and controlling their access to resources within that system by associating user rights and restrictions with the established identity.
data-driven website
An interactive website kept constantly updated and relevant to the needs of its customers through the use of a database.
static information
Includes fixed data that are not capable of change in the event of a user action.
dynamic information
Includes data that change based on user actions.
dynamic catalog
An area of a website that stores information about products in a database.
forward integration
Takes information entered into a given system and sends it automatically to all downstream systems and processes.
backward integration
Takes information entered into a given system and sends it automatically to all upstream systems and processes.
data element (or data field)
The smallest or basic unit of information.
data dictionary
Compiles all of the metadata about the data elements in the data model.
content creator
The person responsible for creating the original website content.
content editor
The person responsible for updating and maintaining website content.
integration
Allows separate systems to communicate directly with each other, eliminating the need for manual entry into multiple systems.