Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The CEO of Dallas Bowling Inc. wants to build two data marts to keep track with teams performance. He is concerned with how effective each
The CEO of Dallas Bowling Inc. wants to build two data marts to keep track with teams performance. He is concerned with how effective each team win a home game and win a visiting game. To measure the effectiveness of each team, he wants to use home win match percentage and visiting win match percentage. In addition, he wants to know the best player(s) of the match who scored the highest handicap score. Provide 4-step dimensional model in the SQL comment section and create data mart solution in SQL for the dimension model that you propose
TOURNAMENTS TourneylD TourneyDate TourneyLocation PK TOURNEY MATCHES MatchID TourneylD Lanes OddLaneTeamID FK EvenLane TeamID FK PK FK MATCH GAMES CPK GameNumber CPK WinningTeamID FK MatchlD TEAMS PK TeamID TeamName CaptainID FK BOWLERS BOWLER SCORES MatchlD GameNumber CPK BowlerID RawScore HandicapScore WonGame CPK BowlerID BowlerLastName BowlerFirstName BowlerMiddlelnit BowlerStreetAddress BowlerCity BowlerState BowlerZipCode BowlerPhoneNumber TeamID PK CPK FK Business scenario: Dallas Bowling Inc. has an OLTP database to record its tournament data. There are 6 tables stored inside the database When a tournament is announced, its date and location are stored in 'tournaments' table. The information of tournament match is kept in 'tourney_matches' table. When a match is played, the home team ID is classified as 'odd lane team ID', and the visiting team ID is classified as 'even lane team ID'. For each bowling match, two teams will play 3 games to decide the winner of the match, and the first team get two game wins will win the match. The 'match_games' table shows the winner of each game, and 'bowler scores' table shows the score of each bowler who played for that game. All bowlers' andStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started