0% found this document useful (0 votes)
65 views

Feedback of In-Class Exercise 1

The document provides feedback on an in-class exercise consisting of multiple parts and questions. It summarizes the key points of each part. Part A involves questions on data warehousing concepts. Part B involves database design concepts like star schemas, entity relationship diagrams, and database normalization. Statistics are also provided on the performance of 74 students, including the average, standard deviation, median, maximum and minimum scores. The feedback is intended to help students understand how they performed and what concepts were covered.

Uploaded by

Eunice Wong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Feedback of In-Class Exercise 1

The document provides feedback on an in-class exercise consisting of multiple parts and questions. It summarizes the key points of each part. Part A involves questions on data warehousing concepts. Part B involves database design concepts like star schemas, entity relationship diagrams, and database normalization. Statistics are also provided on the performance of 74 students, including the average, standard deviation, median, maximum and minimum scores. The feedback is intended to help students understand how they performed and what concepts were covered.

Uploaded by

Eunice Wong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Feedback of

In-Class Exercise 1
By. Dr. Tony K. C. Chan

1
Part A
• Question 1: EDW and Data Mart (Page 5 - 6 of Data Warehousing)
• Question 2: Management Science (Page 22 of DSS & BI)
• DSS is proposed to assist solving semistructured or unstructured problems.
• Question 3: Simon's 4 phases of decision making
• Name of the 4 phases with brief desciption
• Related to decide the portfolio of an investment, e.g.,
• collect information of stocks, bons, ...
• go through different portfolio template ...
• choice the one that gives high return ...
• purchase ...
• Question 4: Predictive analytics (Q17 of tutorial BA and Big Data)
2
Part B
• Question 5(a): Star / Snowflake schema design
• Fact table: Income
• Dimension Tables: Customer, Time, Theater_Hall
• Denomialize the Customer and Recommends tables
• Denomialize the Theater and Hall tables
• Keys of the tables, and Link between Fact & Dimension
• Composite Key in the Fact table: CustID, TheaterHallID, ReserveDate
• Attribute hierarchies:
• Customer->CustCity->CustCountry->ALL
• Hall->HallType->ALL OR Hall->TheaterLocation->ALL
• Date->Month->Quarter->Year->ALL
• Calculate field in the Fact table: IncomeAmt = IncomePerNight * NoOfNights
3
Part B
• Question 5(b): Create ERD (Entity Relation Diagram

Product_ID Component_ID

N M
Product_Name Product Make up Component Comp_Name

Quantity Description
M
Supplier Provide

4
Part B
• Question 5(c) Database Normalization
• 1 NF: Partial functional dependency (procedure_no -> procedure_name and
procedure_no is a subset of the primary key of PET_VISIT)
• Suggested schema
• PET_VISIT (pet_id, visit_date, procedure_no)
• PROCEDURE(procedure_no, procedure_name)
• Other tables

5
Statistics
• Number of students: 74
• Mean (average): 14.3
• Standard deviation: 4.4
• Median: 14.5
• Max: 25.5
• Min: 5.5

6
THE END

You might also like