Please enable JavaScript.
Coggle requires JavaScript to display documents.
business analytics (Relational Databases and Introduction to Data…
business analytics
-
-
-
Dimensional Modelling
Data Warehouse
Concepts
- A single repository of organizational data
- Integrates data from multiple sources
- Makes data available to managers/users
- Denormalised
Time Variant Data: (current true data, historical data, snapshots of the current value)
Non Volatile Data: ( No daily Update but periodically, Store extracted data snapshots, Only read access to users)
Integrated Data: ( systems, formats, validated and high Data quality)
Data Granularity: (operational systems, Informational systems, Data granularity- the level of detail)
Subject Oriented Data
Operational Applications
- Order Processing
- Supplier Orders
- Saving Accounts
- Accounts Receivable
- Customer Billing
- Loans Processing
Data Warehouse Subjects
- Supplier
- Sales
- Claims
- Product
- Customer
- Account
Supports Management needs
-
Informational
- Designed for analytic tasks
- Gets data from multiple locations
- Intuitive and easy to use
- Conductive to long analysis sessions
- Read intensive
- Updated at known intervals and is stable
- Storing historical data
- Able to allow users to run queries and get results on line
- Able to allow users to initiate report
Comparison
Transactional
- Recording orders
- Processing claims
- Making shipments
- Generating invoices
- Receiving cash
- Reserving airline seats
Informational (scope and purpose)
- Show the top products
- Tell me why
- Alert if calls are high
- Focus on Getting information at a higher level suitable for decision-making
Basic Differences
- Transactional: operational Qs
- Informational (Analytical): strategic Qs
Transactional Database
- Operations (running daily transactions)
- Highly normalized structure
-
-