learndmdwbi

Designing Star Schema

Star Schema: General Information In general, an organization is started to earn money by selling a product or by providing service to the product. An organization may be at one place or may have several branches. When we consider an example of an organization selling products throughout the world, the main four major dimensions are…

Read More

Time Dimension

In a relational data model, for normalization purposes, year lookup, quarter lookup, month lookup, and week lookups are not merged as a single table.  In a dimensional data modeling (star schema), these tables would be merged as a single table called TIME DIMENSION for performance and slicing data. This dimensions helps to find the sales…

Read More

Organization Dimension

In a relational data model, for normalization purposes, corporate office lookup, region lookup, branch lookup, and employee lookups are not merged as a single table. In a dimensional data modeling(star schema), these tables would be merged as a single table called ORGANIZATION DIMENSION for performance and slicing data. This dimension helps us to find the…

Read More

Product Dimension

In a relational data model, for normalization purposes, product category lookup, product sub-category lookup, product lookup, and and product feature lookups are are not merged as a single table. In a dimensional data modeling(star schema), these tables would be merged as a single table called PRODUCT DIMENSION for performance and slicing data requirements. Example of…

Read More

Dimension Tables

Dimension Table: Dimension table is one that describe the business entities of an enterprise, represented as hierarchical, categorical information such as time, departments, locations, and products. Dimension tables are sometimes called lookup or reference tables. Location Dimension: In a relational data modeling, for normalization purposes, country lookup, state lookup, county lookup, and city lookups are not merged as…

Read More

Identifying Relationship

How to create Identifying Relationship with Cardinality of many to many relationship: Identifying relationship: If a foreign key column/multiple foreign key columns referencing some table, becomes a part of the primary key, and then it is an identifying relationship. Employee and PROJECTS Table association: Since the relationship is many to many with Employee_No (Employee Table)…

Read More

Data Modeling Tools – Xcase

Xcase – Overview: Xcase is a powerful and intuitive data modeling tool. It automates database creation and maintenance, making the modeling process simple and visual. The tool provides tight support for the leading DBMS and an impressive set of capabilities. Using Xcase, data modelers can create data models from scratch or from existing databases using…

Read More
error: Content is protected !!