YOU WANT TO PREVENT CHANGES TO TABLES IN ONE OF THE DATABASES IN Y...

17. You want to prevent changes to tables in one of the databases in your SQL

Server instance since changes to any of the tables can cause the associated

client application to stop functioning. What can be implemented to prevent

any tables from being changed?

A. A stored procedure

B. A database-level DDL trigger

C. A DML trigger

D. A server-level DDL trigger