Chapter 6: Data - Business Intelligence Flashcards
What is data grannularity?
The extent of detail within a set of data (fine and detailed or coarse and abstract)
What are the different levels of data?
Individual, department, enterprise
What are the different formats data could come in?
Document, presentation, spreadsheet, database
What are the different granularities of data?
Detailed (fine), summary, aggregate (coarse)
What are the 4 primary traits that help determine the value of data?
- Data type
- Data timeliness
- Data quality
- Data governance
What are the two primary types of data?
Transactional and analytical
What is transactional data?
All data contained within a single business process or unit of work, primary purpose is to support daily operational tasks. Can be used to determine how much inventory to carry and for analyzing daily sales reports, etc.
What is analytical data?
All organizational data, primary purpose is to support the performance of managerial analysis tasks. Can help identify trends and make long-term strategic decisions.
What is a real-time system?
Provides real-time data in response to requests. Many organizations use real-time systems to uncover key corporate transactional data.
What is data inconsistency?
Occurs when the same data element has different values
What are data integrity issues?
Occur when a system produces incorrect, inconsistent, or duplicate data. Can cause managers to consider system reports invalid and make decisions based on other sources.
What are the 5 characteristics of high-quality data?
- Accurate
- Complete
- Consistent
- Timely
- Unique
What is a 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 may exist.
What is data stewardship?
Management and oversight of an organization’s data assets to help provide business users with high-quality data easily accessible in a consistent manner
What is a data steward?
Responsible for ensuring policies and procedures are implemented across the organization and acts as a liaison between the MIS department and the business
What is data governance?
Overall management of the availability, usability, integrity, and security of company data.
What is Master Data Management?
Practice of gathering data and ensuring that it is uniform, accurate, consistent, and complete.
What does a company that supports a data governance program have?
A defined policy that specifies who is accountable for various portions or aspects of data.
How do data governance and stewardship differ?
Governance focuses on enterprisewide policies and procedures, stewardship focuses on strategic implementation of policies and procedures.
What is data validation?
Tests and evaluations used to determine compliance with data governance policies to ensure correctness of data.
What is a database?
Maintains data about various types of objects (inventory), events (transactions), people (employees/customers), and places (warehouses).
What is a database management system (DBMS)?
Creates, reads, updates, and deletes data in a database while controlling access and security.
What are the 2 primary tools for retrieving data from a DBMS?
Query-by-example (QBE) tool - helps users graphically design the answer to a question against a database.
Structured query language (SQL) tool - asks users to write lines of code to answer questions against a database.
Do managers prefers QBE or SQL tools?
QBE ( Query-by-example) tools
What is a data element?
Also known as data field, it is the smallest or basic unit of data. Can include a customer’s name, address, email, etc.
What are data models?
Logical data structures that detail the relationships among data elements by using graphics or pictures
What is metadata?
Details about data. For example, metadata of an image could be its size, resolution, date created, etc.
What is a data dictionary?
Compiles all metadata about the data elements into the data model to be used when looking at a database.
What is a relational database model?
Stores data in the form of logically related two-dimensional tables.
What is another term for an “entity”?
A table
What are “attributes”?
The categories within the table (headers)
What are “records”?
Each record in an entity (table) occupies one row
What is the “primary key”?
The field (or group of fields) in a table that uniquely identifies a given record. For example, the name “Steve Smith” might bring up 20 results but the client ID 12345678 will only bring up the correct record.
What is a “foreign key”?
Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables.