subject

Consider the following normalized relations for a sports league and assume that the database is global in scope and covers thousands of leagues, tens of thousands of teams, and hundreds of thousands of players. team(teamid, teamname, teamlocation, teammanager, teamleague) player(playerid, playerfirstname, playerlastname, playerdateofbirth, playerspecialtycode, teamid) specialty(specialtycode, specialtydescription, salary) location(locationid, cityname, citystate, citycountry, citypopulation) manager(managerid, managername) league(leagueid, leaguename, leaguelocation) a. do you see any denormalization opportunities? b. what are the first steps that you can take to improve the performance of the database? c. specify the types of indexes you would recommend for each of the following situations: 1. reporting players by team using the team name reporting players of a specific specialty using the specialty code. 2. how is your answer different if the report is using specialty description as input? 3. reporting the players whose salary is above a specific value. 4. reporting teams and their players by city d. do you see any partitioning opportunities based on the above queries?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 17:30
Write pseudocode to represent the logic of a program that allows the user to enter a value. the program multiplies the value by 10 and outputs the result.
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
Visualizing a game of “tag” to remember the meaning of contagious
Answers: 3
question
Computers and Technology, 24.06.2019 03:00
Using a conditional expression, write a statement that increments numusers if updatedirection is 1, otherwise decrements numusers. ex: if numusers is 8 and updatedirection is 1, numusers becomes 9; if updatedirection is 0, numusers becomes 7.
Answers: 1
question
Computers and Technology, 24.06.2019 10:50
In 2009 to 2010, how many social network users were reported as being victims of online abuse? a. 1 in 10 b. 100% c.1 in 100 d. 50%
Answers: 2
You know the right answer?
Consider the following normalized relations for a sports league and assume that the database is glob...
Questions
question
Mathematics, 05.07.2019 21:20
question
Mathematics, 05.07.2019 21:20