Questions from Database Management


Q: Consider the following normalized relations for a sports league: TEAM

Consider the following normalized relations for a sports league: TEAM(TeamID, TeamName, TeamLocation, TeamManager) PLAYER(PlayerID, PlayerFirstName, PlayerLastName, PlayerDateOfBirth, PlayerSpecialtyC...

See Answer

Q: Use the Internet to search for examples of each type of horizontal

Use the Internet to search for examples of each type of horizontal partitioning provided by Oracle. Explain your answer.

See Answer

Q: Search the Internet for at least three examples where parallel processing is

Search the Internet for at least three examples where parallel processing is applied. How was the underlying database prepared for this? What were the advantages of this implementation?

See Answer

Q: A company offering music services provides a search feature to its users

A company offering music services provides a search feature to its users and allows them to mix music (a key feature for disc jockeys), which is supported through parallel processing. All music inform...

See Answer

Q: Assume that the table BOOKS in a database with the primary key

Assume that the table BOOKS in a database with the primary key on BookID has more than 25,000 records. A query is frequently executed in which the Publisher of the book appears in the WHERE clause. Th...

See Answer

Q: Consider the relations specified in Problem and Exercise 8-53.

Consider the relations specified in Problem and Exercise 8-53. Assume that the database has been implemented without denormalization. Further assume that the database is global in scope and covers tho...

See Answer

Q: Specify the format for the Oracle date data type. How does

Specify the format for the Oracle date data type. How does it account for change in century? What is the purpose of ‘TIMESTAMP WITH LOCAL TIMEZONE’? Suppose the system time zone in database in City A...

See Answer

Q: Consider Figure 4-35 and your answer to Problem and Exercise

Consider Figure 4-35 and your answer to Problem and Exercise 4-44 in Chapter 4. Assume that it is essential that customers who had rented from Vacation Property Rentals earlier can be identified quick...

See Answer

Q: Assume that the most important reports that the organization needs are as

Assume that the most important reports that the organization needs are as follows: • A list of the current developer’s project assignments. • A list of the total costs for all projects. • For each tea...

See Answer

Q: Visit the PHP website (php.net) and investigate how

Visit the PHP website (php.net) and investigate how a failure to sanitize database inputs can leave a database exposed to online attack.

See Answer