Question: The university computer lab's director keeps track of the lab usage, as measured by the number of students using the lab. This particular function is

The university computer lab's director keeps track of the lab usage, as measured by the number of students using the lab. This particular function is very important for budgeting purposes. The computer lab director assigns you the task of developing a data warehouse in which to keep track of the lab usage statistics. The main requirements for this database are to

• Show the total number of users by different time periods.

• Show usage numbers by time period, by major, and by student classification.

• Compare usage for different major and different semesters.


Use the Ch13_P1.mdb database, which includes the following tables:


USELOG               contains the student lab access data

STUDENT             is a dimension table containing student data

Given the three preceding requirements, and using the Ch13_P1.mdb data, complete the following problems:

a. Define the main facts to be analyzed. 

b. Define and describe the appropriate dimensions. 

c. Draw the lab usage star schema, using the fact and dimension structures you defined in Problems 1a and 1b.

d. Define the attributes for each of the dimensions in Problem 1b.

e. Recommend the appropriate attribute hierarchies.

f. Implement your data warehouse design, using the star schema you created in Problem 1c and the attributes you defined in Problem 1d.

g. Create the reports that will meet the requirements listed in this problem’s introduction.


Define the main facts to be analyzed.

Define and describe the possible dimensions.

a. Draw the lab usage star schema, using the fact and dimension structures you defined in Problems 1a and 1b.

b. Define the attributes for each of the dimensions in Problem (b).

c. Recommend the appropriate attribute hierarchies.

Implement your data warehouse design, using the star schema you created in problem (c)

d. and the attributes you defined in Problem (d).

e. Create the reports that will meet the requirements listed in this problem’s introduction.

Step by Step Solution

3.36 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

a The main facts are the total number of students by time the major the semester and the student classification b The possible dimensions are semester major classification and time Each of these dimen... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Database Concepts Questions!