The university computer lab's director keeps track of the lab usage, as measured by the number of

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 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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: