What should you do?

You are a database developer. You plan to design a database solution by using SQL Server 2008.
Your company operates a fulfillment warehouse. The company has the following business requirements:
• The packing of items to fulfill orders is processed as quickly as possible.
• When the product picker indicates that a box is full, the exact items list of the content and invoice are made available.
You plan to design a Transact-SQL user-defined-function. The function must perform the following tasks:
• Accept a list of value pairs named ProductID and Quantity as input.
• Retrieve the product price information from the ProductPrice table.
• Calculate the total price for each product.
• Calculate the total price for all products.
• Return the detailed and aggregated totals.
You need to design the function to meet these requirements. You want to achieve this goal by using the minimum amount of coding effort.
What should you do?
A. Create a multistatement table-valued function that accepts an XML parameter.
B. Create a multistatement table-valued function that accepts a table-valued parameter.
C. Create an inline table-valued function that accepts a table-valued parameter.
D. Create an inline table-valued function that accepts an XML parameter.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.