Which action should you take?

Your database contains the Donor and DonorDetail tables. You are creating a view. The view’s definition is a complex query that references the same subquery multiple times. You want to allow users to access to the data, but avoid the code complexity of the view’s definition. Which action should you take?
A. Create a partitioned view to implement the subquery.
B. Use a parameterized stored procedure instead of a view.
C. Include a Common Table Expression (CTE) in the view’s definition.
D. Create a temporary table containing the subquery results.

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.