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, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
In this lab, you complete a python program that calculates an employee's annual bonus. input is an employee's first name, last name, salary, and numeric performance rating. if the rating is 1, 2, or 3, the bonus rate used is .25, .15, or .1 respectively. if the rating is 4 or higher, the rate is 0. the employee bonus is calculated by multiplying the bonus rate by the annual salary.
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
Describe three characteristics of at-risk drivers. a. b. c. describe three characteristics of safe drivers. a. b. c. describe three driver errors that could cause a collision. a. b. c. how will this information affect you as a driver now and in the future? (2-3 sentences)
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
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
English, 03.02.2021 18:40
Questions on the website: 13722360