PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

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

  1. Mido says:

    It is a simple 461 question. It is A
    Because a view can not insert or update values in multiple tables it will give error if we do not use instead of update or instead of insert trigger




    0



    0

Leave a Reply