You are creating a view to join the Customers and Orders tables in a SQL Server 2005 database. You need to ensure that the view cannot be affected by modifications to underlying table schemas. You want to accomplish this goal by using the least possible amount of overhead. What should you do?()
- ACreate CHECK constraints on the tables.
- BCreate a DDL trigger to roll back any changes to the tables if the changes affect the columns in the view.
- CCreate the view, specifying the WITH SCHEMABINDING option.
- DCreate the view, specifying the WITH CHECK option.&e