Skip to content
-
Subscribe to our newsletter & never miss our best posts. Subscribe Now!
  • https://www.facebook.com/
  • https://twitter.com/
  • https://t.me/
  • https://www.instagram.com/
  • https://youtube.com/
ICT BYTE Logo ICT BYTE

Nepal's #1 Tech Blog

ICT BYTE Logo ICT BYTE

Nepal's #1 Tech Blog

  • HOME
  • GADGETS
    • MOBILE
    • LAPTOPS
    • SMARTWATCH
    • TABLETS
  • EVENTS
  • NEPAL
    • Banking
    • B.Sc. CSIT
    • BCA
  • MCS
    • 1st Sem
      • Managerial Communication
      • Object Oriented Programming
      • Open Source Technology
      • Design and Analysis of Algorithm
    • 2nd Sem
    • 3rd Sem
    • 4th Sem
  • Utility Tools
    • .np Cover Letter Generator
    • Image Size Reducer
  • HOME
  • GADGETS
    • MOBILE
    • LAPTOPS
    • SMARTWATCH
    • TABLETS
  • EVENTS
  • NEPAL
    • Banking
    • B.Sc. CSIT
    • BCA
  • MCS
    • 1st Sem
      • Managerial Communication
      • Object Oriented Programming
      • Open Source Technology
      • Design and Analysis of Algorithm
    • 2nd Sem
    • 3rd Sem
    • 4th Sem
  • Utility Tools
    • .np Cover Letter Generator
    • Image Size Reducer
Subscribe
Close

Search

Trending Now:
nepal budget latest tech updates trends
7th SemesterB.Sc. CSITData Warehousing and Data Mining

Conceptual Modelling of Data Warehouse

By Karina Shakya
3 Min Read
0

Last Updated on 4 years ago by Karina Shakya

The conceptual data model is a structured business view of data required to support business, processes,record business events and track related performance measures. This model focuses on identifying data  used in business but not its processing flow or physical characteristics. It is a concise description of the user’s data requirements without taking into account implementation details. 

Conventional database are generally designed at conceptual level using some variation of well-known ER model although the UML is being increasingly used. 

Conceptual Schema can be easily translated to relational model by applying set of mapping rules.

A data warehouse conceptual data model is nothing but highest level relationship between different entities in the data model.

Feature of Data Warehouse Conceptual Data Model

Following are the feature of conceptual data model:

  • This is initial or high-level relation between different entities in the data model .Conceptual model includes the important entities and relationship among them.
  • In the data warehouse conceptual data model we will not specify any attributes to the entities.
  • We also have not define any primary key yet.

The figure below is an example of a conceptual data model.

conceptual modelling of data

From the figure above, we can see that the only information shown via the conceptual data model is the entities that describe the data and the relationships between those entities. No other information is shown through the conceptual data model.

Schema of Conceptual Data Model

Star Schema:

  • Consists of a central fact table and a set of surrounding dimension tables on which the facts depend.
  • a central fact table contains the keys to each dimensions. 
  • The fact table also contains the attributes, e.g., Rs. sold and units sold. 
  • Each dimension in a star schema is represented with only one dimension table. 
  • This dimension table contains the set of attributes.
  • The following diagram shows the sales data of a company with respect to the four dimensions, namely time, item, branch, and location.
conceptual modelling of data

Snowflake Schema:

  • Star schemas may be refined into snowflake schemas if we wish to provide support for dimension hierarchies by allowing the dimension tables to have sub-tables to represent the hierarchies. 
  • For example, the item dimension table in star schema is split into two dimension tables, namely item and supplier table as shown in figure below
conceptual modelling of data

Fact Constellation:

  • Sophisticated applications may require multiple fact tables to share dimension tables.
  • This kind of schema can be viewed as a collection of stars, and hence is called a galaxy schema or a fact constellation.
  • The following illustration shows two fact tables, namely Sales and shipping. Time, item, and location dimension tables are shared between the sales and shipping fact table.
conceptual modelling of data

Tags:

BSc.CSIT 7th semData mining and data warehouse
Author

Karina Shakya

Follow Me
Other Articles
Previous

Introduction to Multidimensional Data Model

Next

Architecture of data warehouse

Copyright 2026 — ICT BYTE. All rights reserved. Blogsy WordPress Theme