Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answers must be in Relational Algebra NOT SQL The database you will use for this assignment contains information related to Major League Baseball (MLB) about

Answers must be in Relational Algebra NOT SQL

image text in transcribed

image text in transcribed

image text in transcribed

The database you will use for this assignment contains information related to Major League Baseball (MLB) about players, teams, and games. The relations are Players(playerlD, playerName, team, position, birthYear) playerlD is a player identifier used in MLB, and all players throughout the history of baseball have a unique ID player!Name is player's name . . team is the name of the MLB team the player is currently playing on (or the last team the player played for if they are not currently playing) position is the position of the player birthYear is the year that player was born . . Teams(teamlD, teamName, home, leagueName) teamlD is a unique ID internal to MLB teamName is the name of the team . home is the home city of the team leagueName is the league the team is in, i.e. either 'National" or "American", which stands for "National League and "American League, respectively Games(gamelD, homeTeamlD, guestTeamlD, date) . gamelD is a unique ID used internally in MLB homeTeamID is the ID of the hometeam guestTeamlD is the ID of the visiting team . date is the date of the game A sample instance of this database is given at the end of this homework handout. Since it is just one instance of the database designed to give you some intuition, you should not "customize your answer to work only with this instance

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

The Database Management Systems

Authors: Patricia Ward, George A Dafoulas

1st Edition

1844804526, 978-1844804528

More Books

Students also viewed these Databases questions

Question

1. Explain the purpose of performance appraisal.pg 87

Answered: 1 week ago

Question

Describe the new structures for the HRM function. page 676

Answered: 1 week ago