SlideShare a Scribd company logo
1 of 39
Download to read offline
COURCES WE OFFER:
BSC(IT) FY,SY,TY
BSC(CS) FY,SY,TY
BSC(IT/CS) PROJECTS
MCA (ENTRANCE)
ENGG(IT/ELECTRONICS/EXTC)
ADDRESS: 302 PARANJPE UDYOG BHAVAN, NEAR KHANDELWAL SWEETS, THANE STATION,
THANE WEST.
TEL: 8097071144/55
STAY CONNECTED FOR MORE UPDATES AND STUDY NOTES
FACEBOOK : https://www.facebook.com/weittutorial
EMAIL: weit.tutorials@gmail.com
WE-ITTUTORIAL. PHNO:8097071144/55
UNIT 3
CHAPTER 2
DATAWAREHOUSING
WE-ITTUTORIAL. PHNO:8097071144/55
2,.Creating the Target Structure in OWB
 Creating dimensions in OWB, The Time dimension, Creating
a Time dimension with the Time Dimension Wizard, The Product
dimension, Product Attributes (attribute type),Product Levels,
Product Hierarchy (highest to lowest),Creating the Product
dimension with the New Dimension Wizard, The Store dimension,
Store Attributes (attribute type), data type and size, and
(Identifier),Store Levels, Store Hierarchy (highest to
lowest),Creating the Store dimension with the New Dimension
Wizard, Creating a cube in OWB, Creating a cube with the
wizard, Using the Data Object Editor
WE-ITTUTORIAL. PHNO:8097071144/55
Creating dimensions in OWB
WE-ITTUTORIAL. PHNO:8097071144/55
 TheWarehouse Builder provides a couple of ways to create a
dimension
 Wizards
 Manually
 We have identified three dimensions that we are going to
need a Date dimension, a Product dimension, and a Store
dimension
The Time dimension
WE-ITTUTORIAL. PHNO:8097071144/55
 ATime dimension is a key part of most data warehouses.
 A key feature of data warehouses is being able to analyze data
from several time periods and compare results between
them.
 Every dimension, has four characteristics
 Levels
 Dimension Attributes
 Level Attributes
 Hierarchies
WE-ITTUTORIAL. PHNO:8097071144/55
 Levels
 The Levels are for defining the levels where aggregations will
occur, or to which data can be summed.
 summed up by certain time periods such as per day, per month,
or per year.These become the levels
 Warehouse Builder has the following Levels available for the
Time dimension:
 Day
 Fiscal week
 Calendar week
 Fiscal month
 Calendar month
 Fiscal quarter
 Calendar quarter
 Fiscal year
 Calendar year
WE-ITTUTORIAL. PHNO:8097071144/55
 Dimension Attributes
 The Dimension Attributes are individual pieces of information
we're going to store in the dimension that can be found at more
than one level.
 For example, if we're talking about the Month level, we will
find attributes that describe the value for the month such as the
month of the year it represents, or the month in the calendar
quarter
 Hierarchies
 A hierarchy is a structure in our dimension that is composed of
certain levels in order.
 Calendar month, calendar quarter, and calendar year can be a
hierarchy
Creating a Time dimension with the
Time Dimension Wizard
WE-ITTUTORIAL. PHNO:8097071144/55
 Project Explorer 
 ACME_DW_PROJECT
 Databases node
 ACME data warehouse node ACME_DWH
o right-click on the Dimensions node, and select New Using
TimeWizard
WE-ITTUTORIAL. PHNO:8097071144/55
The first step of
the wizard will
ask us for a name
for ourTime
dimension.
We're going to
call it
DATE_DIM.
WE-ITTUTORIAL. PHNO:8097071144/55
In both cases,
this will result
in the
generation of
relational
database
objects in a
star schema
WE-ITTUTORIAL. PHNO:8097071144/55
 step 3, which asks us to specify the data generation
information for our dimension
 TheTime DimensionWizard will be automatically creating a
mapping for us to populate ourTime dimension and will use
this information to load data into it.
 It asks us what year we want to start with, and then how
many total years to include starting with that year.
WE-ITTUTORIAL. PHNO:8097071144/55
This step is
where we
choose the
hierarchy and
levels for our
Time dimension.
We have to
select one of the
two hierarchies
Normal
Hierarchy of
day, month,
quarter, and
year
Week Hierarchy, which
consists of two levels
only—the day and the
calendar week
WE-ITTUTORIAL. PHNO:8097071144/55
 dimension attributes, levels, and hierarchies that will be
created
The sequence is an object that
will be created to populate the ID
values with unique numbers.
ID value is used as what is
called the Surrogate
Identifier for a level
record.
The actual identifier is called a
Business Identifier.
WE-ITTUTORIAL. PHNO:8097071144/55
 Continuing to the last step, it will display a progress bar as it performs each
step and will display text in the main window indicating the step being
performed.
 TheTime DimensionWizard does quite a bit for us. Not only does it create the
Time dimension, but also creates a couple of additional objects needed to
support it.
The Product dimension
WE-ITTUTORIAL. PHNO:8097071144/55
Product Attributes (attribute type)
ID (Dimension/Level)
SKU (Level)
Name (Dimension/Level)
Description (Dimension/Level)
List Price (Level)
Product Levels
Department located in
Category of item
Brand
Item
Product Hierarchy (highest to lowest)
Department
Category
Brand
Item
Creating the Product dimension with
the New Dimension Wizard
WE-ITTUTORIAL. PHNO:8097071144/55
 Dimensions node under our ACME_DWH Oracle module
 Choose New and then UsingWizard... to launch the
Create DimensionWizard.
 it requires more steps than theTime DimensionWizard
WE-ITTUTORIAL. PHNO:8097071144/55
WE-ITTUTORIAL. PHNO:8097071144/55
1. After reviewing the steps, the wizard will go to the next
screen where we enter a name for the dimension that we
will call Product.
2. We'll then proceed to step 2, which is where we will select
the ROLAP option for relational, as we did for theTime
dimension.
3. Proceeding to step 3, we will be able to list the attributes
that we want contained in our Product dimension.
WE-ITTUTORIAL. PHNO:8097071144/55
 We can change all of these options at this point, so let's
modify and add to this list to suit our Product dimension.
the Seconds Precision is applicable to onlyTIMESTAMP data types, and expresses
the precision of the seconds' portion of the value.
WE-ITTUTORIAL. PHNO:8097071144/55
4. The next step is where we can specify the levels in our
dimension.
5. Moving on to the next screen, we get to specify the level attributes.At the top are the
levels, and at the bottom is the list of attributes with checkboxes beside each. If we click on
each level in the top portion of the dialog box, we can see in the bottom portion that the
wizard has preselected attributes for us.
We are not going to make any changes on this screen.The wizard has chosen wisely in this
case.
Step:6
WE-ITTUTORIAL. PHNO:8097071144/55
 This brings us to step 6 where we get to choose the Slowly
Changing Dimension (SCD) type.This refers to the fact that
dimension values will change over time.
 For example, we might have an SKU assigned to a Super Ball
made by the ACMEToy Manufacturing Company, which then
gets bought out by the BigToy Manufacturing Company.This
causes the Brand that is stored in the dimension for that SKU
to change.
 We will have the following three choices to handle this,
which are related to the issue of whether or how we want to
maintain a history of that change in the dimension:
WE-ITTUTORIAL. PHNO:8097071144/55
 Type 1: Do not keep a history.This means we basically do not
care what the old value was and just change it.
 Type 2: Store the complete change history.This means we
definitely care about keeping that change along with any
change that has ever taken place in the dimension.
 Type 3: Store only the previous value.This means we only
care about seeing what the previous value might have been,
but don't care what it was before that.
 leave this selection asType 1
Step:7
WE-ITTUTORIAL. PHNO:8097071144/55
 we get our summary screen of the actions we performed.
Here we can review our actions, and go back and make any
changes if needed.
Step:8
WE-ITTUTORIAL. PHNO:8097071144/55
Our Product dimension is
now created and we can
see it in the Project
Explorer window
under the Dimensions
node under our
ACME_DWH Oracle
module.
The Store dimension
WE-ITTUTORIAL. PHNO:8097071144/55
Store Attributes (attribute type), data type and size, and (Identifier)
ID (Dimension/Level): Leave default for type and size (Surrogate ID)
Store_Number (Level, STORE only):VARCHAR2 length 10 (Business ID)
Name (Dimension/Level):VARCHAR2 length 50 (Business ID)
Description (Level, COUNTRY and REGION only):VARCHAR2 length 200
Address1 (Level, STORE only):VARCHAR2 length 60
Address2 (Level, STORE only):VARCHAR2 length 60
City (Level, STORE only):VARCHAR2 length 50
State (Level, STORE only):VARCHAR2 length 50
ZipPostalCode (Level, STORE only):VARCHAR2 length 50
County (Level, STORE only):VARCHAR2 length 255
Store Levels
Country
Region
Store
Store Hierarchy (highest to lowest)
Country
Region
Store
Creating the Store dimension with the
New Dimension Wizard
WE-ITTUTORIAL. PHNO:8097071144/55
 follow the same procedure as we had seen in the creation of
the Product dimension
 In step 3The surrogate identifier can stay as the default on
the ID, but we will have to change the business identifier to
be the STORE_NUMBER.
 In step 7, the Pre Create settings we can see what we
should have specified for the Store dimension
WE-ITTUTORIAL. PHNO:8097071144/55
Creating a cube in OWB
WE-ITTUTORIAL. PHNO:8097071144/55
 Creating a cube with the wizard
 Right-click on the Cubes node under the ACME_DWH
module in Project Explorer, select New, and then Using
Wizard... to launch the cube-creation wizard.
steps in the creation process
WE-ITTUTORIAL. PHNO:8097071144/55
1. first step where we give our cube a name [SALES]
2. select the storage type [select ROLAP]
3. choose the dimensions to include with our cube [we can
click on the double arrow in the center to move all the
dimensions and select them ]
WE-ITTUTORIAL. PHNO:8097071144/55
4. last step, we will enter the measures we would like the
cube to contain.When we enter QUANTITY for the
first measure and SALES_AMOUNT for the second
one
final screen
WE-ITTUTORIAL. PHNO:8097071144/55
Using the Data Object Editor
WE-ITTUTORIAL. PHNO:8097071144/55
 The Data Object Editor is the manual editor interface that
theWarehouse Builder provides for us to create and edit
objects.
WE-ITTUTORIAL. PHNO:8097071144/55
WE-ITTUTORIAL. PHNO:8097071144/55
 All of the editors available to us in OWB have this same basic
layout
 We can get to the Data Object Editor from the Project
Explorer by double-clicking on an object, or by highlighting
an object (by selecting it with a single click), and then
selecting Edit | Open Editor from the menu.
WE-ITTUTORIAL. PHNO:8097071144/55
WE-ITTUTORIAL. PHNO:8097071144/55
 Canvas: Every editor has an area in which the contents are
displayed graphically.This is called the Canvas.
 There are three tabs available in the Data Object Editor Canvas: one
for Relational, one for Dimensional, and one for Business
Definition
 Explorer: This is roughly analogous to the Project Explorer in
the main Design Center interface
 Configuration: The configuration window displays
configuration information (properties) about items on our Canvas
 Palette: The Palette contains each of the objects that can be used
in the Data Object Editor.
 Bird's EyeView: This window displays a miniature version of the
entire Canvas and allows us to scroll around the Canvas without
using the scroll bars.
WE-ITTUTORIAL. PHNO:8097071144/55
 Dimension Details: This is the window on the lower right and it
contains details about the dimension we are currently editing.
 click on the DATE_DIM dimension and its details will appear. Six tabs
will appear, which display information for us.
 Name:This tab displays the name of the dimension along with some other
information specific to the dimension
 Storage: Here we can see what storage option is set for our dimension object
in the database, whether Relational or Multidimensional.
 Attributes:The attributes tab is where we can see the attributes that are
designed for our dimension.
 Levels:This is where we view and/or edit the levels for our dimension.
 Hierarchies:This tab will let us specify hierarchy information for our
dimension and will even let us create a new hierarchy.
 There is also a Create Map button here that will automatically generate the
mapping for us if we modify the hierarchies.
 DataViewer:The DataViewer is a more advanced feature that allows us to
actually view the data in an object we are editing.
 It has a query capability to retrieve data and can specify aWHERE clause to get just
the data we might need to see .
WE-ITTUTORIAL. PHNO:8097071144/55
 Cube Details: If we click on the Sales Cube, the details
window changes to display the details of our cube and the
title changes to Cube Details.
 Name: It has a name tab like the dimensions to display its name
 Storage: It has a storage tab as per dimensions. However, we
see a different option here under the Relational (ROLAP)
option where we can create bitmap indexes.
 Dimensions: Instead of attributes, the cube has a tab for
dimensions.
 Measures: The next tab is for the measures of the cube. It is
for those values that we are storing in our cube as the facts that
we wish to track.
 Aggregations: Instead of hierarchies, a cube has aggregations.
 DataViewer: There is a tab for the data viewer to view cube
data just as there is for a dimension.
END OF UNIT 3
END OF CHAPTER 2
DATAWAREHOUSING
WE-ITTUTORIAL. PHNO:8097071144/55

More Related Content

What's hot

Dynamics gp insights to manufacturing
Dynamics gp insights to manufacturingDynamics gp insights to manufacturing
Dynamics gp insights to manufacturingSteve Chapman
 
AVB202 Intermediate Microsoft Access VBA
AVB202 Intermediate Microsoft Access VBAAVB202 Intermediate Microsoft Access VBA
AVB202 Intermediate Microsoft Access VBADan D'Urso
 
Data Modeling for Integration of NoSQL with a Data Warehouse
Data Modeling for Integration of NoSQL with a Data WarehouseData Modeling for Integration of NoSQL with a Data Warehouse
Data Modeling for Integration of NoSQL with a Data WarehouseDaniel Upton
 
Marketing Pipeline Intelligence: A Dimensional Model
Marketing Pipeline Intelligence: A Dimensional ModelMarketing Pipeline Intelligence: A Dimensional Model
Marketing Pipeline Intelligence: A Dimensional ModelDaniel Upton
 
Work Order Level 1
Work Order Level 1Work Order Level 1
Work Order Level 1EMAINT
 
Inventory Basics
Inventory BasicsInventory Basics
Inventory BasicsEMAINT
 
Successfactors ec concepts
Successfactors ec conceptsSuccessfactors ec concepts
Successfactors ec conceptsVerity Solutions
 
Q4 2019 EC & Platform Quick Review by Deloitte Germany
Q4 2019 EC & Platform Quick Review by Deloitte GermanyQ4 2019 EC & Platform Quick Review by Deloitte Germany
Q4 2019 EC & Platform Quick Review by Deloitte GermanyChristoph Pohl
 

What's hot (10)

Dynamics gp insights to manufacturing
Dynamics gp insights to manufacturingDynamics gp insights to manufacturing
Dynamics gp insights to manufacturing
 
AVB202 Intermediate Microsoft Access VBA
AVB202 Intermediate Microsoft Access VBAAVB202 Intermediate Microsoft Access VBA
AVB202 Intermediate Microsoft Access VBA
 
Data Modeling for Integration of NoSQL with a Data Warehouse
Data Modeling for Integration of NoSQL with a Data WarehouseData Modeling for Integration of NoSQL with a Data Warehouse
Data Modeling for Integration of NoSQL with a Data Warehouse
 
Marketing Pipeline Intelligence: A Dimensional Model
Marketing Pipeline Intelligence: A Dimensional ModelMarketing Pipeline Intelligence: A Dimensional Model
Marketing Pipeline Intelligence: A Dimensional Model
 
Cellediting bex
Cellediting bexCellediting bex
Cellediting bex
 
2746-2016
2746-20162746-2016
2746-2016
 
Work Order Level 1
Work Order Level 1Work Order Level 1
Work Order Level 1
 
Inventory Basics
Inventory BasicsInventory Basics
Inventory Basics
 
Successfactors ec concepts
Successfactors ec conceptsSuccessfactors ec concepts
Successfactors ec concepts
 
Q4 2019 EC & Platform Quick Review by Deloitte Germany
Q4 2019 EC & Platform Quick Review by Deloitte GermanyQ4 2019 EC & Platform Quick Review by Deloitte Germany
Q4 2019 EC & Platform Quick Review by Deloitte Germany
 

Similar to Data warehousing unit 3.2

ContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docxContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docxmaxinesmith73660
 
Super market billing system using webcam
Super market billing system using webcam Super market billing system using webcam
Super market billing system using webcam SahithBeats
 
111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx
111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx
111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docxhyacinthshackley2629
 
ADBMS ASSIGNMENT
ADBMS ASSIGNMENTADBMS ASSIGNMENT
ADBMS ASSIGNMENTLori Moore
 
Sunlight documentation
Sunlight documentationSunlight documentation
Sunlight documentationShehzad Yaqoob
 
Modelado Dimensional 4 Etapas
Modelado Dimensional 4 EtapasModelado Dimensional 4 Etapas
Modelado Dimensional 4 EtapasRoberto Espinosa
 
ePOSLIVE - pos software -Feature List-
ePOSLIVE -  pos software -Feature List- ePOSLIVE -  pos software -Feature List-
ePOSLIVE - pos software -Feature List- POINT OF SALE SOFTWARE
 
Grocery app aj
Grocery app ajGrocery app aj
Grocery app ajAmita Jain
 
Material Request (OPERATION)
Material Request (OPERATION)Material Request (OPERATION)
Material Request (OPERATION)RAKESH SINGH
 
Complete step by step guide to odoo manufacturing
Complete step by step guide to odoo manufacturingComplete step by step guide to odoo manufacturing
Complete step by step guide to odoo manufacturingRishi Pujara
 
Sales order-report-extension
Sales order-report-extensionSales order-report-extension
Sales order-report-extensionOscprofessionals
 
Magento 2 Advanced Report Extension - LandOfCoder
Magento 2 Advanced Report Extension - LandOfCoderMagento 2 Advanced Report Extension - LandOfCoder
Magento 2 Advanced Report Extension - LandOfCoderGigasource
 
AimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docxAimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docxsimonlbentley59018
 

Similar to Data warehousing unit 3.2 (20)

SAP SD Training in Chennai
SAP SD Training in Chennai SAP SD Training in Chennai
SAP SD Training in Chennai
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
ContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docxContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docx
 
Super market billing system using webcam
Super market billing system using webcam Super market billing system using webcam
Super market billing system using webcam
 
111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx
111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx
111Assignment Learning ObjectivesBSIS 105Assignment 3Purc.docx
 
SmartCatalog 2010 for Microsoft Dynamics CRM
SmartCatalog 2010 for Microsoft Dynamics CRM SmartCatalog 2010 for Microsoft Dynamics CRM
SmartCatalog 2010 for Microsoft Dynamics CRM
 
ADBMS ASSIGNMENT
ADBMS ASSIGNMENTADBMS ASSIGNMENT
ADBMS ASSIGNMENT
 
E-Bazaar
E-BazaarE-Bazaar
E-Bazaar
 
Point of Sale.pptx
Point of Sale.pptxPoint of Sale.pptx
Point of Sale.pptx
 
Sap enhanced functions
Sap enhanced functionsSap enhanced functions
Sap enhanced functions
 
Sunlight documentation
Sunlight documentationSunlight documentation
Sunlight documentation
 
Modelado Dimensional 4 Etapas
Modelado Dimensional 4 EtapasModelado Dimensional 4 Etapas
Modelado Dimensional 4 Etapas
 
ePOSLIVE - pos software -Feature List-
ePOSLIVE -  pos software -Feature List- ePOSLIVE -  pos software -Feature List-
ePOSLIVE - pos software -Feature List-
 
Grocery app aj
Grocery app ajGrocery app aj
Grocery app aj
 
Material Request (OPERATION)
Material Request (OPERATION)Material Request (OPERATION)
Material Request (OPERATION)
 
Complete step by step guide to odoo manufacturing
Complete step by step guide to odoo manufacturingComplete step by step guide to odoo manufacturing
Complete step by step guide to odoo manufacturing
 
Sales order-report-extension
Sales order-report-extensionSales order-report-extension
Sales order-report-extension
 
Magento 2 Advanced Report Extension - LandOfCoder
Magento 2 Advanced Report Extension - LandOfCoderMagento 2 Advanced Report Extension - LandOfCoder
Magento 2 Advanced Report Extension - LandOfCoder
 
Sale Record System
Sale Record SystemSale Record System
Sale Record System
 
AimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docxAimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docx
 

More from WE-IT TUTORIALS

TYBSC CS 2018 WEB SERVICES NOTES
TYBSC CS 2018 WEB SERVICES NOTESTYBSC CS 2018 WEB SERVICES NOTES
TYBSC CS 2018 WEB SERVICES NOTESWE-IT TUTORIALS
 
Geographical information system unit 6
Geographical information  system unit 6Geographical information  system unit 6
Geographical information system unit 6WE-IT TUTORIALS
 
Geographical information system unit 5
Geographical information  system unit 5Geographical information  system unit 5
Geographical information system unit 5WE-IT TUTORIALS
 
Geographical information system unit 4
Geographical information  system unit 4Geographical information  system unit 4
Geographical information system unit 4WE-IT TUTORIALS
 
Geographical information system unit 3
Geographical information  system unit 3Geographical information  system unit 3
Geographical information system unit 3WE-IT TUTORIALS
 
Geographical information system unit 2
Geographical information  system unit 2Geographical information  system unit 2
Geographical information system unit 2WE-IT TUTORIALS
 
Geographical information system unit 1
Geographical information  system unit 1Geographical information  system unit 1
Geographical information system unit 1WE-IT TUTORIALS
 
Internet technology unit 5
Internet technology unit 5Internet technology unit 5
Internet technology unit 5WE-IT TUTORIALS
 
Internet technology unit 4
Internet technology unit 4Internet technology unit 4
Internet technology unit 4WE-IT TUTORIALS
 
Internet technology unit 3
Internet technology unit 3Internet technology unit 3
Internet technology unit 3WE-IT TUTORIALS
 
Internet technology unit 2
Internet technology unit 2Internet technology unit 2
Internet technology unit 2WE-IT TUTORIALS
 
Internet technology unit 1
Internet technology unit 1Internet technology unit 1
Internet technology unit 1WE-IT TUTORIALS
 
Internet technology unit 6
Internet technology unit 6Internet technology unit 6
Internet technology unit 6WE-IT TUTORIALS
 
Data warehousing unit 5.1
Data warehousing unit 5.1Data warehousing unit 5.1
Data warehousing unit 5.1WE-IT TUTORIALS
 
Data warehousing unit 4.1
Data warehousing unit 4.1Data warehousing unit 4.1
Data warehousing unit 4.1WE-IT TUTORIALS
 
Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)
Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)
Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)WE-IT TUTORIALS
 
Tycs advance java sem 5 unit 1,2,3,4 (2017)
Tycs advance java sem 5 unit 1,2,3,4 (2017)Tycs advance java sem 5 unit 1,2,3,4 (2017)
Tycs advance java sem 5 unit 1,2,3,4 (2017)WE-IT TUTORIALS
 

More from WE-IT TUTORIALS (20)

TYBSC CS 2018 WEB SERVICES NOTES
TYBSC CS 2018 WEB SERVICES NOTESTYBSC CS 2018 WEB SERVICES NOTES
TYBSC CS 2018 WEB SERVICES NOTES
 
TYBSC CS SEM 5 AI NOTES
TYBSC CS SEM 5 AI NOTESTYBSC CS SEM 5 AI NOTES
TYBSC CS SEM 5 AI NOTES
 
Geographical information system unit 6
Geographical information  system unit 6Geographical information  system unit 6
Geographical information system unit 6
 
Geographical information system unit 5
Geographical information  system unit 5Geographical information  system unit 5
Geographical information system unit 5
 
Geographical information system unit 4
Geographical information  system unit 4Geographical information  system unit 4
Geographical information system unit 4
 
Geographical information system unit 3
Geographical information  system unit 3Geographical information  system unit 3
Geographical information system unit 3
 
Geographical information system unit 2
Geographical information  system unit 2Geographical information  system unit 2
Geographical information system unit 2
 
Geographical information system unit 1
Geographical information  system unit 1Geographical information  system unit 1
Geographical information system unit 1
 
Pm unit 1,2,3,4,5,6
Pm unit 1,2,3,4,5,6Pm unit 1,2,3,4,5,6
Pm unit 1,2,3,4,5,6
 
Internet technology unit 5
Internet technology unit 5Internet technology unit 5
Internet technology unit 5
 
Internet technology unit 4
Internet technology unit 4Internet technology unit 4
Internet technology unit 4
 
Internet technology unit 3
Internet technology unit 3Internet technology unit 3
Internet technology unit 3
 
Internet technology unit 2
Internet technology unit 2Internet technology unit 2
Internet technology unit 2
 
Internet technology unit 1
Internet technology unit 1Internet technology unit 1
Internet technology unit 1
 
Internet technology unit 6
Internet technology unit 6Internet technology unit 6
Internet technology unit 6
 
Data warehousing unit 5.1
Data warehousing unit 5.1Data warehousing unit 5.1
Data warehousing unit 5.1
 
Data warehousing unit 4.1
Data warehousing unit 4.1Data warehousing unit 4.1
Data warehousing unit 4.1
 
Data warehousing unit 1
Data warehousing unit 1Data warehousing unit 1
Data warehousing unit 1
 
Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)
Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)
Tycs sem 5 asp.net notes unit 1 2 3 4 (2017)
 
Tycs advance java sem 5 unit 1,2,3,4 (2017)
Tycs advance java sem 5 unit 1,2,3,4 (2017)Tycs advance java sem 5 unit 1,2,3,4 (2017)
Tycs advance java sem 5 unit 1,2,3,4 (2017)
 

Recently uploaded

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Recently uploaded (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Data warehousing unit 3.2

  • 1. COURCES WE OFFER: BSC(IT) FY,SY,TY BSC(CS) FY,SY,TY BSC(IT/CS) PROJECTS MCA (ENTRANCE) ENGG(IT/ELECTRONICS/EXTC) ADDRESS: 302 PARANJPE UDYOG BHAVAN, NEAR KHANDELWAL SWEETS, THANE STATION, THANE WEST. TEL: 8097071144/55 STAY CONNECTED FOR MORE UPDATES AND STUDY NOTES FACEBOOK : https://www.facebook.com/weittutorial EMAIL: weit.tutorials@gmail.com WE-ITTUTORIAL. PHNO:8097071144/55
  • 3. 2,.Creating the Target Structure in OWB  Creating dimensions in OWB, The Time dimension, Creating a Time dimension with the Time Dimension Wizard, The Product dimension, Product Attributes (attribute type),Product Levels, Product Hierarchy (highest to lowest),Creating the Product dimension with the New Dimension Wizard, The Store dimension, Store Attributes (attribute type), data type and size, and (Identifier),Store Levels, Store Hierarchy (highest to lowest),Creating the Store dimension with the New Dimension Wizard, Creating a cube in OWB, Creating a cube with the wizard, Using the Data Object Editor WE-ITTUTORIAL. PHNO:8097071144/55
  • 4. Creating dimensions in OWB WE-ITTUTORIAL. PHNO:8097071144/55  TheWarehouse Builder provides a couple of ways to create a dimension  Wizards  Manually  We have identified three dimensions that we are going to need a Date dimension, a Product dimension, and a Store dimension
  • 5. The Time dimension WE-ITTUTORIAL. PHNO:8097071144/55  ATime dimension is a key part of most data warehouses.  A key feature of data warehouses is being able to analyze data from several time periods and compare results between them.  Every dimension, has four characteristics  Levels  Dimension Attributes  Level Attributes  Hierarchies
  • 6. WE-ITTUTORIAL. PHNO:8097071144/55  Levels  The Levels are for defining the levels where aggregations will occur, or to which data can be summed.  summed up by certain time periods such as per day, per month, or per year.These become the levels  Warehouse Builder has the following Levels available for the Time dimension:  Day  Fiscal week  Calendar week  Fiscal month  Calendar month  Fiscal quarter  Calendar quarter  Fiscal year  Calendar year
  • 7. WE-ITTUTORIAL. PHNO:8097071144/55  Dimension Attributes  The Dimension Attributes are individual pieces of information we're going to store in the dimension that can be found at more than one level.  For example, if we're talking about the Month level, we will find attributes that describe the value for the month such as the month of the year it represents, or the month in the calendar quarter  Hierarchies  A hierarchy is a structure in our dimension that is composed of certain levels in order.  Calendar month, calendar quarter, and calendar year can be a hierarchy
  • 8. Creating a Time dimension with the Time Dimension Wizard WE-ITTUTORIAL. PHNO:8097071144/55  Project Explorer   ACME_DW_PROJECT  Databases node  ACME data warehouse node ACME_DWH o right-click on the Dimensions node, and select New Using TimeWizard
  • 9. WE-ITTUTORIAL. PHNO:8097071144/55 The first step of the wizard will ask us for a name for ourTime dimension. We're going to call it DATE_DIM.
  • 10. WE-ITTUTORIAL. PHNO:8097071144/55 In both cases, this will result in the generation of relational database objects in a star schema
  • 11. WE-ITTUTORIAL. PHNO:8097071144/55  step 3, which asks us to specify the data generation information for our dimension  TheTime DimensionWizard will be automatically creating a mapping for us to populate ourTime dimension and will use this information to load data into it.  It asks us what year we want to start with, and then how many total years to include starting with that year.
  • 12. WE-ITTUTORIAL. PHNO:8097071144/55 This step is where we choose the hierarchy and levels for our Time dimension. We have to select one of the two hierarchies Normal Hierarchy of day, month, quarter, and year Week Hierarchy, which consists of two levels only—the day and the calendar week
  • 13. WE-ITTUTORIAL. PHNO:8097071144/55  dimension attributes, levels, and hierarchies that will be created The sequence is an object that will be created to populate the ID values with unique numbers. ID value is used as what is called the Surrogate Identifier for a level record. The actual identifier is called a Business Identifier.
  • 14. WE-ITTUTORIAL. PHNO:8097071144/55  Continuing to the last step, it will display a progress bar as it performs each step and will display text in the main window indicating the step being performed.  TheTime DimensionWizard does quite a bit for us. Not only does it create the Time dimension, but also creates a couple of additional objects needed to support it.
  • 15. The Product dimension WE-ITTUTORIAL. PHNO:8097071144/55 Product Attributes (attribute type) ID (Dimension/Level) SKU (Level) Name (Dimension/Level) Description (Dimension/Level) List Price (Level) Product Levels Department located in Category of item Brand Item Product Hierarchy (highest to lowest) Department Category Brand Item
  • 16. Creating the Product dimension with the New Dimension Wizard WE-ITTUTORIAL. PHNO:8097071144/55  Dimensions node under our ACME_DWH Oracle module  Choose New and then UsingWizard... to launch the Create DimensionWizard.  it requires more steps than theTime DimensionWizard
  • 18. WE-ITTUTORIAL. PHNO:8097071144/55 1. After reviewing the steps, the wizard will go to the next screen where we enter a name for the dimension that we will call Product. 2. We'll then proceed to step 2, which is where we will select the ROLAP option for relational, as we did for theTime dimension. 3. Proceeding to step 3, we will be able to list the attributes that we want contained in our Product dimension.
  • 19. WE-ITTUTORIAL. PHNO:8097071144/55  We can change all of these options at this point, so let's modify and add to this list to suit our Product dimension. the Seconds Precision is applicable to onlyTIMESTAMP data types, and expresses the precision of the seconds' portion of the value.
  • 20. WE-ITTUTORIAL. PHNO:8097071144/55 4. The next step is where we can specify the levels in our dimension. 5. Moving on to the next screen, we get to specify the level attributes.At the top are the levels, and at the bottom is the list of attributes with checkboxes beside each. If we click on each level in the top portion of the dialog box, we can see in the bottom portion that the wizard has preselected attributes for us. We are not going to make any changes on this screen.The wizard has chosen wisely in this case.
  • 21. Step:6 WE-ITTUTORIAL. PHNO:8097071144/55  This brings us to step 6 where we get to choose the Slowly Changing Dimension (SCD) type.This refers to the fact that dimension values will change over time.  For example, we might have an SKU assigned to a Super Ball made by the ACMEToy Manufacturing Company, which then gets bought out by the BigToy Manufacturing Company.This causes the Brand that is stored in the dimension for that SKU to change.  We will have the following three choices to handle this, which are related to the issue of whether or how we want to maintain a history of that change in the dimension:
  • 22. WE-ITTUTORIAL. PHNO:8097071144/55  Type 1: Do not keep a history.This means we basically do not care what the old value was and just change it.  Type 2: Store the complete change history.This means we definitely care about keeping that change along with any change that has ever taken place in the dimension.  Type 3: Store only the previous value.This means we only care about seeing what the previous value might have been, but don't care what it was before that.  leave this selection asType 1
  • 23. Step:7 WE-ITTUTORIAL. PHNO:8097071144/55  we get our summary screen of the actions we performed. Here we can review our actions, and go back and make any changes if needed.
  • 24. Step:8 WE-ITTUTORIAL. PHNO:8097071144/55 Our Product dimension is now created and we can see it in the Project Explorer window under the Dimensions node under our ACME_DWH Oracle module.
  • 25. The Store dimension WE-ITTUTORIAL. PHNO:8097071144/55 Store Attributes (attribute type), data type and size, and (Identifier) ID (Dimension/Level): Leave default for type and size (Surrogate ID) Store_Number (Level, STORE only):VARCHAR2 length 10 (Business ID) Name (Dimension/Level):VARCHAR2 length 50 (Business ID) Description (Level, COUNTRY and REGION only):VARCHAR2 length 200 Address1 (Level, STORE only):VARCHAR2 length 60 Address2 (Level, STORE only):VARCHAR2 length 60 City (Level, STORE only):VARCHAR2 length 50 State (Level, STORE only):VARCHAR2 length 50 ZipPostalCode (Level, STORE only):VARCHAR2 length 50 County (Level, STORE only):VARCHAR2 length 255 Store Levels Country Region Store Store Hierarchy (highest to lowest) Country Region Store
  • 26. Creating the Store dimension with the New Dimension Wizard WE-ITTUTORIAL. PHNO:8097071144/55  follow the same procedure as we had seen in the creation of the Product dimension  In step 3The surrogate identifier can stay as the default on the ID, but we will have to change the business identifier to be the STORE_NUMBER.  In step 7, the Pre Create settings we can see what we should have specified for the Store dimension
  • 28. Creating a cube in OWB WE-ITTUTORIAL. PHNO:8097071144/55  Creating a cube with the wizard  Right-click on the Cubes node under the ACME_DWH module in Project Explorer, select New, and then Using Wizard... to launch the cube-creation wizard.
  • 29. steps in the creation process WE-ITTUTORIAL. PHNO:8097071144/55 1. first step where we give our cube a name [SALES] 2. select the storage type [select ROLAP] 3. choose the dimensions to include with our cube [we can click on the double arrow in the center to move all the dimensions and select them ]
  • 30. WE-ITTUTORIAL. PHNO:8097071144/55 4. last step, we will enter the measures we would like the cube to contain.When we enter QUANTITY for the first measure and SALES_AMOUNT for the second one
  • 32. Using the Data Object Editor WE-ITTUTORIAL. PHNO:8097071144/55  The Data Object Editor is the manual editor interface that theWarehouse Builder provides for us to create and edit objects.
  • 34. WE-ITTUTORIAL. PHNO:8097071144/55  All of the editors available to us in OWB have this same basic layout  We can get to the Data Object Editor from the Project Explorer by double-clicking on an object, or by highlighting an object (by selecting it with a single click), and then selecting Edit | Open Editor from the menu.
  • 36. WE-ITTUTORIAL. PHNO:8097071144/55  Canvas: Every editor has an area in which the contents are displayed graphically.This is called the Canvas.  There are three tabs available in the Data Object Editor Canvas: one for Relational, one for Dimensional, and one for Business Definition  Explorer: This is roughly analogous to the Project Explorer in the main Design Center interface  Configuration: The configuration window displays configuration information (properties) about items on our Canvas  Palette: The Palette contains each of the objects that can be used in the Data Object Editor.  Bird's EyeView: This window displays a miniature version of the entire Canvas and allows us to scroll around the Canvas without using the scroll bars.
  • 37. WE-ITTUTORIAL. PHNO:8097071144/55  Dimension Details: This is the window on the lower right and it contains details about the dimension we are currently editing.  click on the DATE_DIM dimension and its details will appear. Six tabs will appear, which display information for us.  Name:This tab displays the name of the dimension along with some other information specific to the dimension  Storage: Here we can see what storage option is set for our dimension object in the database, whether Relational or Multidimensional.  Attributes:The attributes tab is where we can see the attributes that are designed for our dimension.  Levels:This is where we view and/or edit the levels for our dimension.  Hierarchies:This tab will let us specify hierarchy information for our dimension and will even let us create a new hierarchy.  There is also a Create Map button here that will automatically generate the mapping for us if we modify the hierarchies.  DataViewer:The DataViewer is a more advanced feature that allows us to actually view the data in an object we are editing.  It has a query capability to retrieve data and can specify aWHERE clause to get just the data we might need to see .
  • 38. WE-ITTUTORIAL. PHNO:8097071144/55  Cube Details: If we click on the Sales Cube, the details window changes to display the details of our cube and the title changes to Cube Details.  Name: It has a name tab like the dimensions to display its name  Storage: It has a storage tab as per dimensions. However, we see a different option here under the Relational (ROLAP) option where we can create bitmap indexes.  Dimensions: Instead of attributes, the cube has a tab for dimensions.  Measures: The next tab is for the measures of the cube. It is for those values that we are storing in our cube as the facts that we wish to track.  Aggregations: Instead of hierarchies, a cube has aggregations.  DataViewer: There is a tab for the data viewer to view cube data just as there is for a dimension.
  • 39. END OF UNIT 3 END OF CHAPTER 2 DATAWAREHOUSING WE-ITTUTORIAL. PHNO:8097071144/55