Question 26


Answer E is correct. When you implement a view using WITH SCHEMABINDING, SQL Server automatically handles the situation for you. Underlying tables cannot be altered. You would have to drop any object that stated WITH SCHEMABINDING prior to altering the table structure. SCHEMABINDING is utilized for locking in an object schema to prevent changes; this is why it is mandated in setting up indexed views.

For more information, see the following sources:

  • Chapter 3, "Implementing Database Objects"

  • SQL Server 2005 Books Online: "SQL Server Database Engine, Designing and Creating Databases, Views (Database Engine), Understanding Views"

  • "CREATE VIEW," http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_create2_30hj.asp




MCTS 70-431(c) Implementing and Maintaining Microsoft SQL Server 2005
MCTS 70-431 Exam Cram: Implementing and Maintaining Microsoft SQL Server 2005 Exam
ISBN: 0789735881
EAN: 2147483647
Year: 2006
Pages: 200
Authors: Thomas Moore

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net