What are INSTEAD OF triggers used for? A. To update data in other tables. B. To perform insert, update, and delete operations against complex views. C. To check or modify values before they are actually stored in a database. D.…

The WITH CHECK OPTION clause of the CREATE VIEW statement allows you to do which of the following? A. Define a view on one or more tables or views. B. Revalidate all invalid objects that are referenced on a view’s…