• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/35

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

35 Cards in this Set

  • Front
  • Back

Constraint

Rules imposed on the data. Placed on the data type

What are different types of Constraints?

Primary Key, Unique, not null, foreign key, composite foreign key

Unique Constraint

Way to impose duplicate values on a column, but will contain null

Index

To increase speed on retrieval

Sequence

Sequence is a database object to generate unique number

Normalization

A way to remove data redundancy

Data Model Repository

Where Metadats is stored

Forward Engineering

DDL scripts generated from data model on data modeler. With these scripts, dats model can be created

Reverse Engineering

Data Modeling tool where connected to a database to create data model

Star Schema

Usually denormalized. Where you have fact table connected to dimensional tables

Snow Flake Schema

Like Star Schema but on 3rd NF, so mofd dimension tables branching out

Data Warehouse

Is like a relational database designed for analytical needs. It is a central location for consolidating multiple source databases

Data Staging Area in Data Warehouse is stored in

normalized tables and Flat Files

Slicing and dicing

Dw users want to separate combine or filter the database

Data Integration

The combination of multiple data sources into one. Typically on to s staging area

Granularity

Lowest level of detail you can find in a table

Difference between data warehouse and an operational database

Data warehouse is for analysis where operational database is for running or operating the business

OLAP

Online Analytical Processing. Class of applications that lets you analyze a dw

Dimension Table

Entities that gives context to the fact table ao you can slice and dice the data

Attributes

Columns

Fact Table

Grain of business event.. contains measure of the dimension

Grain

Lowest Level at the business event occur

Additive Fact

A measure in a fact table that can be fully summed across any dimensions associated with it (total sales per month or product)

Seni additive fact

A measure in a fact table that can be summed in some dimension (daily average balance of a bank account)

Non additive fact

Facts that cant be added averaged (discount)

Factless fact table

A fact table that doesnt have a measure to the dimensions. Just has dimension ID

Conformed dinension

A dimension that can be used across multiple data marts or departments

Aggregate table

A table that is produced from already created dw by slice and dice the data to a table

Summary information

Where predefined aggregation are kept

Data Mart

A smaller version of data warehouse which deals with a single subject

Meta Data

Data about data


Shows information about attributes


Shows the data flow

Data mining

Analyzing dimensional data or datasets to see patterns

Types of OLAP servers:

MOLAP - multi dimensional OLAP


ROLAP- Relational OLAP


HOLAP- Hybrid OLAP

MOLAP

Multidimensional OLAP processes and storesthe data directly to multidimensional database. Can perform complex calculations quickly but limited to disc space

Relational OLAP

Performs analysis of multidimensional data stored in a relational database. Great amount pf data can be saved but processing power