Chapter 6: Data and Business Intelligence Flashcards
Information Granularity
Refers to the extent of detail within the information
Detail (fine), summary, aggregate (coarse)
Information levels
Individual, department, enterprise
Information formats
Document, presentation, spreadsheet, database
Information Quality
- decisions are only as good as the quality of info used to make them
- you never want to find yourself using technology to help you make a bad decision faster
Characteristics of high quality information
Accurate Complete Consistent Unique Timely
Information Timeliness
An aspect of info that depends on the situation
Real time information
Immediate, up to date information
Real time system
Provides real time information in response to requests
Examples of low quality information
Missing info (no first name) Incomplete info (no street) Inaccurate info (invalid email) Probable duplicate info (similar names, same address, number) Potential wrong info
Primary sources of low quality information
- customers intentionally enter inaccurate info to protect privacy
- different entry standards and formats
- operators enter abbreviated or erroneous info by accident to save time
- third party and external info contains inconsistencies, inaccuracies, and errors
Costs of using low quality information
- inability to track customers
- difficulty identifying valuable customers
- inability to identify selling opportunities
- marketing to nonexistent customers
- difficulty tracking revenue
- inability to build strong customer relationships
Benefits of good information
- significantly improve chances of making a good decision
- good decisions can directly impact an organizations bottom line
Database
- where information is stored
- maintains information about various types of objects, events, people, and places
Database management systems (DBMS)
Allows users to create, read, update, and delete data in a relational database
Data element
The smallest or basic unit of information
Data model
Logical data structures that detail the relationships among data elements using graphics or pictures
Metadata
Provides details about data
Data dictionary
Compiles all of the metadata about the data elements in the data model
Entity
A person, place, thing, transaction, or event about which information is stored
- rows in a ramble contain entities
- primary keys and foreign keys
Attribute (field, column)
The data elements associated with an entity
Record
A collection of related data elements
Primary key
A field that uniquely identifies a given entity in a table
Foreign key
A primary key of one table that appears an attribute in another table and acts to provide a logical relationship among the two tables
Database advantages
- increased flexibility
- increased scalability and performance
- reduced information redundancy
- increased information integrity (quality)
- increased information security