You need to ensure that you can insert rows into the underlying tables by using the view

You have an application that uses a view to access data from multiple tables.

You need to ensure that you can insert rows into the underlying tables by using the view.
What should you do?

You have an application that uses a view to access data from multiple tables.

You need to ensure that you can insert rows into the underlying tables by using the view.
What should you do?

A.
Create an INSTEAD OF trigger on the view.

B.
Define the view by using the SCHEMABINDING option.

C.
Define the view by using the CHECK option.

D.
Materialize the view.

Explanation:
http://msdn.microsoft.com/en-us/library/ms180800.aspx
http://msdn.microsoft.com/en-us/library/ms187956.aspx



Leave a Reply 6

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