Week 8-9: Business Intelligence & Data Warehouses

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Data Analysis

It is the practice of working with data to glean useful information, which can then be used to make informed decisions. – Coursera

2
New cards

Business Intelligence (BI)

It is a term that describes a comprehensive, cohesive, and integrated set of tools and processes used to capture, collect, integrate, store, and analyse data with the purpose of generating and presenting information to support business decision making.

3
New cards

ETL - Extraction

Retrieves data from original data sources.

4
New cards

ETL - Transformation

Manipulates the data into an appropriate form.

5
New cards

ETL - Loading

Stores the data in the data warehouse.

6
New cards

BI Tools - Dashboard

A web-based system that presents key business performance indicators or information in a single, integrated view with clear and concise graphics.

7
New cards

BI Tools - Portal

A unified, single point of entry for information distribution.

8
New cards

Operational Data

This is stored in a relational database in which the structures (tables) tend to be highly normalized.

9
New cards

Decision Support System

This is an arrangement of computerized tools used to assist managerial decision making.

10
New cards

Decision Support Database Requirement

This is a specialized DBMS tailored to provide fast answers to complex queries.

11
New cards

Database Schema

One of the three main requirements for decision support database where it must support complex data representation.

12
New cards

Data Extraction and Filtering

One of the three main requirements for decision support database where the decision support database is created largely by extracting data from the operational database and by importing additional data from external sources

13
New cards

Database Size

One of the three main requirements for decision support database where the decision support databases tend to be very large; gigabyte and terabyte ranges are not unusual.

14
New cards

Data Warehouse

It can be defined as integrated, subject-oriented, time-variant, non-volatile collection of data that provides support for decision making. – Bill Inmon

15
New cards

Integrated

This means that the data are being stored in a globally accepted fashion with consistent naming conventions, measurements, encoding structures, and physical attributes, even when the underlying operational systems store the data differently.

16
New cards

Subject-Oriented

This means that all relevant data about a subject is gathered and stored as a single set in a useful format such as customers, products and sales.

17
New cards

Time-Variant

This provides a tracker to produce reports including the data changes done over time.

18
New cards

Non-Volatile

This means that the data in data warehouse is a read-only where it can be loaded and accessed in the data warehouse.

19
New cards

Star Schema

A data modelling technique used to map multidimensional decision support data into a relational database. It also represents data using a central table known as a fact table in a 1:M relationship with one or more dimension tables.

20
New cards

Components of Star Schema - Facts

In a data warehouse, the measurements (values) that measure a specific business aspect or activity.

21
New cards

Fact Table

This contains facts that are linked through their dimensions.

22
New cards

Components of Star Schema - Dimension

These are qualifying characteristics that provide additional perspectives to a given fact.

23
New cards

Dimension Table

The tables used to search, filter, or classify facts within the star schema.

24
New cards

Components of Star Schema - Attribute

The component often used to search, filter, or classify facts.

25
New cards

Components of Star Schema - Attribute Hierarchy

This component provides a top-down data organization that is used for two main purposes: aggregation and drill-down/roll-up data analysis.