You are creating a view to join the Customers and Orders tab

题目内容(请给出正确答案)
单选题
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?()
A

Create CHECK constraints on the tables. 

B

Create a DDL trigger to roll back any changes to the tables if the changes affect the columns in the view. 

C

Create the view, specifying the WITH SCHEMABINDING option. 

D

Create the view, specifying the WITH CHECK option. 

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题