Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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' and

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 2 Lncs 13427

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124251, 978-3031124259

Students also viewed these Databases questions

Question

Question Can a self-employed person adopt a profit sharing plan?

Answered: 1 week ago