Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. For each individual award presented to a manager, return the following columns: a. ID of individual award,b. Year of individual award, c. Player first

1. For each individual award presented to a manager, return the following columns:
a. ID of individual award,b. Year of individual award,
c. Player first and last name,
d. Manager ID,
e. Name of the managed team for that manager and year


2. For each player who has been inducted to the hall of fame, return the following columns:
a. Player last name,
b. Player first name,
c. Year inducted to the hall of fame,
d. School atteneded by that player


3. For each player/award combination, return the following columns:
a. Player last name
b. Player first name
c. Player school name
d. Individual award id
e. Individual award year
Include players who have never won an individual award and players who have not gone to school. Return more than one row for players who have won more than one award.


4. For every person inducted into the hall of fame, return the following columns:
a. Last name
b. First name
NOTE: Both managers and players can be inducted into the hall of fame.


5. Return the following columns for each player:
a. Player last name
b. Player first name
c. number of individual awards for that player
Only include players who have won at least 3 awards
6. For each school, return the following columns:
a. School name
b. School city
c. School state
d. Number of players from this school
Only include schools that have had at least 5 players


7. Return the following columns for each player:
a. Player last nameb. Player first name
c. total batting.HR (Home runs) for that player over their career
Only include players with a total batting.HR over 50


8. Return the following columns for each player:
a. Player last name
b. Player first name
c. total pitching.GS (Games Started) for that player over their career
Only include players with a total pitching.GS between 5 and 10


9. For each team, return the following columns
a. Team name
b. Year ID
c. Lowest salary offered by per team, per year


10. Return the following information for each player:
a. Player last name
b. Player first name
c. Total career individual Most Valuable Player wins
d. Total career shared MVP awards

Step by Step Solution

3.43 Rating (150 Votes )

There are 3 Steps involved in it

Step: 1

1 For each individual award presented to a manager return the following columns a ID of individual a... 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Databases questions

Question

Calculate the missing value.

Answered: 1 week ago