Hello, I am trying to create a star schema but I am a bit lost. I dont even know where to start and this is very confusing to me. I have attached an Access example of what it should look like, but I have no idea how to translate this data into such a design.
Can anyone help me?
Here are my instructions for the task:
Goal: create a star schema for a data warehouse which is a fictitious college
-Analysts want to:
-detect trends in registrations in courses over time.
-determine if the registrations for individual courses are increasing, decreasing or remaining constant over time.
-Is this information the same or different at each of the college campuses.
............
Reporting:
-Must be possible by campus and course.
-Registration data extracted must be summarized by term.
(Assume registration counts already exist. Ie; An extraction process already exists that will query the system and add up registration numbers.
-This quantity shall be referred to as: RegistrationCount.
-Analysts need to see reports: (RegistrationCount) for both yearly and term data.
..............
Relevant tables(operational database):
COURSE (CourseID, Description, Credits, LabFee, EffectiveDate)
CAMPUS (CampusID, Address, City, State, Zip)
Create the appropriate dimension table(s) and fact table(s) for the data warehouse.
Special tips:
-Underline the primary key column(s).
-Italicize the foreign key column(s) in each table unless you use Microsoft Access.
I will be forever greatful if someone can help me with this!
Can anyone help me?
Here are my instructions for the task:
Goal: create a star schema for a data warehouse which is a fictitious college
-Analysts want to:
-detect trends in registrations in courses over time.
-determine if the registrations for individual courses are increasing, decreasing or remaining constant over time.
-Is this information the same or different at each of the college campuses.
............
Reporting:
-Must be possible by campus and course.
-Registration data extracted must be summarized by term.
(Assume registration counts already exist. Ie; An extraction process already exists that will query the system and add up registration numbers.
-This quantity shall be referred to as: RegistrationCount.
-Analysts need to see reports: (RegistrationCount) for both yearly and term data.
..............
Relevant tables(operational database):
COURSE (CourseID, Description, Credits, LabFee, EffectiveDate)
CAMPUS (CampusID, Address, City, State, Zip)
Create the appropriate dimension table(s) and fact table(s) for the data warehouse.
Special tips:
-Underline the primary key column(s).
-Italicize the foreign key column(s) in each table unless you use Microsoft Access.
I will be forever greatful if someone can help me with this!