YOUR COMPANY HEADQUARTERS ARE IN LONDON, UNITED KINGDOM. YOUR COMP...

16. Your company headquarters are in London, United Kingdom. Your company also has a branch office in Paris, France. Most customers are registered with both the head office and the branch office. You are tasked with finding out which customers are registered with both offices. To do this, you obtain a backup of the Paris database and restore it onto the London server. You the print a report of all customers sorted by last name from the London and Paris databases. You notice that the same names are sorted differently from each database. You must quickly produce a report from the Paris database that is sorted in the same way as the London database. What is the quickest way to produce this report?A. Use the ALTER TABLE statement along with the COLLATE option to change the Customers table in the Paris database to have the same colla-tion as the London database.B. Use the COLLATE clause with your SELECT statement to enforce the same collation as the London database.C. Use the Copy Table wizard to move the Customers table from the Paris database to the London database.D. Use the b\cp utility to copy data from the Customers table from the Paris