Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 236033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:18:46+00:00 2026-05-11T20:18:46+00:00

I am confused where should I start to design a star schema. for example

  • 0

I am confused where should I start to design a star schema.

for example
I have tables in database as follows:

Branch(branchNo, bStreetAddress, bCity)
LoanManager(empNo, empName, phone, branchNo)
Customer(custNo, custName, profession, streetAddress, city, state)
Account(accNo, accType, balance, accDate, custNo)
LoanContract(contractNo, loanType, amount, loanDate, empNo, custNo)

I want to design a data-warehouse to analysis the loads
such as :

  1. The total amount of loans in 2008.
  2. For the type of loans with more than 10 loan contracts, the type of loan and the number of contracts

when creating a star schema, what where should I start?

For what I understanding, all the star schemas must have a center, and the center fact table, contains “Measures” and “Relations to other fact tables”.

So, is it that, when designing the star schema, we always start from the center,
confirm what are the measure first? and then choose proper relation to another fact table?

But I still have another question, what should we choose to be Measures?
When choosing measures, what question should I ask myself?

  • 1 1 Answer
  • 4 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:18:46+00:00Added an answer on May 11, 2026 at 8:18 pm

    The design of a star schema is always driven by the client’s business needs. What are the questions asked? How fine-grained should the answers be?

    In you example, interesting questions might be “Number of Contracts by Branch or LoanManager” or “Managed sum of Loans by Branch or LoanManager”. In this case, Branch and LoanManager would become your dimensions while Count(LoanContract) and Sum(LoanContract.amount) would be your measures. A common additional dimension is time, usually week or quarter.

    The schema for answering those questions could look like this:

    DimBranch ( branchNo )
    DimLoanManager ( empNo )
    DimQuarter ( year, qNo )  -- qNo in (1,2,3,4)
    DimWeek ( year, weekNo )  -- weekNo in (0..53), depending on business rules
    
    Measures ( branchNo, empNo, year, qNo, weekNo, numContracts, sumLoans )
    

    For the business questions you already posed in your question, the dimensions and measures would be such:

    1. dimension: year, measure: Sum(LoanContract.amount)
    2. dimension: loanType, measure: Count(LoanContract)

    Putting those two into the same star schema doesn’t make much sense, since they neither share dimensions or measures.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This should be simple, but I'm getting confused. I have a parent/child tables -
I have functions that return an object, but I'm confused that should I return
I have written an extension method for string manipulation. I'm confused what should I
In URL rewriting, i am quite confused that should i use underscore (_) OR
I am confused with what value should I provide for the len parameter in
I confused when i want to take single pointer and when should i take
I'm a little confused as to how I should be using didSelectRowAtIndexPath . Without
This should be a trivial question. But I am confused. I want to print
I'm a little confused as to which one I should use. I think either
I'm a bit confused whether or not I should make the links on my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.