Study Guide #2 Flashcards
Information Levels
-individual, department, enterprise
+individual knowledge, goals, and strategies
+department goals, revenues, expenses, processes, and strategies
+enterprise revenues, expenses, processes, and strategies
Information Formats
-document, presentation, spreadsheet, database
+letters, memos, faxes, emails, reports, marketing materials, and training methods
+Product, strategy, process, financial, customer, and competitor
+Sales, marketing, industry, financial, competitor, customer, and order spreadsheets
+Customer, employee, sales, order, supplier, and manufacturer databases
Information Granularities
-Details (Fine), Summary, Aggregate (Coarse)
+reports for each salesperson, product, and part
+reports for all sales personnel, all products, and all parts
+reports across departments, organizations, and companies
Differentiate between transactional and analytical information
Transactional information
-Encompasses all of the info used in a business process
-Required to support performing operational tasks
EX: What’s recorded during…
…an ATM transaction? (Date/time, amount, customer, account, location)
…a customer checkout? (Items, quantities, payment method, date, clerk, customer)
…an airline reservation? (Flight number(s), seat number, payment method, customer info, etc)
Analytical information
-Encompasses all organizational information
-Used to solve new/unstructured business problems, make ad-hoc (irregular) managerial decisions, etc.
EX: Summarized transactional information
(Weekly sales by product, region, customer, etc)
…Website data (User click patterns, abandoned shopping carts, etc)
…Mobile app data (Location data, preferences, settings, clicks)
…External data purchased from marketing firm
(Consumer demographics and preferences)
…Supply chain data (Supplier info like quality, service, product ratings)
Understand the impact of low quality information on an organization and the benefits of high quality information on an organization
Business decisions are only as good as the quality of the information used to make the decisions
Characteristics of high-quality information
accuracy, completeness, consistency, uniqueness, timeliness
Accuracy
Are all of the values correct?
(names spelled correctly, $ value right)
-misspellings, letters in phone numbers
Completeness
Is all or part of a value missing? (does the address include a zip code?)
-number missing from address, area code mission from phone number
Consistency
Does summary data equal the aggregation of the parts? (does the sum of the line items = total value?)
-overall company sales not equal to the sum of the individual stores, total salary not equal to individual employees’ salary
Uniqueness
Are elements of the data represented only once? (Do we have the same customer listed twice?)
-the same customer entered more than once
Timeliness
Is the information current with respect to the business requirements? (Was the data updated today on schedule?)
-stock broker making decisions based on 20 minute delayed stock data
Database
+What: A collection of data organized for search and retrieval
+Why: To simplify and ensure quality of data in:
Data management
Data storage
Data retrieval
+Who: Everyone
+Where: Datacenters (local or on cloud)
Database Benefits
- information integrity (ex: fall within a specified range)
- physical view and logical views
- forms & reports
- security: access management functions (Password, access levels, and access controls)
Relational model
- the primary data structure is the table
- tables are tied together, or RELATED, based on certain types of shared data
Integrity constraints
are sets of rules that can help maintain the quality of information that is put up. Integrity constraints are mostly used when trying to promote accuracy and consistency of data that is found in a relational database. This is very important to companies because information can be considered as an asset to certain organizations and it must be protected.
-Examples:
· Users cannot create an order for a nonexistent customer
· An order cannot be shipped without an address.