Which action should you take?

You are a database developer on an instance of SQL Server 2008. Your Prod database contains an InventoryHistory table that contains a historical record of all inventory transactions that have occurred in your warehouse.
You need to allow users to access specific data from the InventoryHistory table, but not to make updates. You want to allow users to provide three different search criteria values and retrieve historical inventory information based on the values provided. Data will be retrieved from the InventoryHistory table and other lookup tables based on the user’s specified criteria. Users must then be able to use this data to perform additional analysis.
You want to accomplish this with minimal development effort. Which action should you take?
A. Create a recursive scalar user-defined function.
B. Create an inline table-valued function.
C. Create a partitioned view on the InventoryHistory table.
D. Create a multi-statement table-valued function.

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.