Valid 70-461 Dumps shared by ExamDiscuss.com for Helping Passing 70-461 Exam! ExamDiscuss.com now offer the newest 70-461 exam dumps, the ExamDiscuss.com 70-461 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-461 dumps with Test Engine here:
You use a Microsoft Azure SQL DataBase instance. The instance contains a table named Customers that has columns named Id, Name, and IsPriority. You need to create a view named VwPriorityCustomers that: returns rows from Customer that have a value of True in the IsPriority column, and does not allow columns to be altered or dropped in the underlying table. Which Transact-SQL statement shoul you run?
Correct Answer: D
Explanation/Reference: Explanation: SCHEMABINDING binds the view to the schema of the underlying table or tables. When SCHEMABINDING is specified, the base table or tables cannot be modified in a way that would affect the view definition. References: https://docs.microsoft.com/en-us/sql/t-sql/statements/create-view-transact-sql?view=sql- server-2017