13.26. Consider the Standard Price List in Figure 13-9.
a. Write an SQL statement that will increase the UnitPrice
of PartNumber 98756 by 10 percent.
. Indicate whether the statement you wrote in part a is
acceptable under each of the following:
• Remote unit of work
• Distributed unit of work
• Distributed request
13-27. Consider the four parts databases in Figure 13-9.
a. Write an SQL statement that will increase the Balance
in PartNumber 98765 in Tulsa Parts by 20 percent
and another SQL statement that will decrease the
Balance in PartNumber 12345 in New York Parts by
20 percent.
. Indicate whether the statement you wrote in part a is
acceptable under each of the following:
• Remote unit of work
• Distributed unit of work
• Distributed request
13-31. Consider the SUPPLIER, PART, and SHIPMENT relations and distributed database mentioned in the section on query optimization in this chapter.
a. Write a global SQL query (submitted in Columbus) to display the PartNumber and Color for every part that is not supplied by a supplier in Chicago.
. Design three alternative query-processing strategies for your answer to part a.
c. Develop a table similar to Table 13-2 to compare the processing times for these three strategies.
d. Which of your three strategies was best and why?
e. Would data replication or horizontal or vertical partitioning of the database allow you to create an even more efficient query-processing strategy? Why or why not?