You use Microsoft SQL Server 2012 to develop a database application. You need to implement a computed
column that references a lookup table by using an INNER JOIN against another table.
What should you do?
A.
Reference a user-defined function within the computed column.
B.
Create a BEFORE trigger that maintains the state of the computed column.
C.
Add a default constraint to the computed column that implements hard-coded values.
D.
Add a default constraint to the computed column that implements hard-coded CASE statements.
Explanation:
A common way to define a computed column is by using a user-defined function (UDF) to encapsulate the
calculation logic.
https://blogs.msdn.microsoft.com/sqlcat/2011/11/28/a-computed-column-defined-with-a-userdefined-function-might-impact-query-performance/
More new 70-765 Practice Tests can be viewed here: https://drive.google.com/drive/folders/0B75b5xYLjSSNTnR6dFR2U3A5cFk?usp=sharing
(P.S I have already passed the exam and share some of my 70-745 Practice Tests there and wish they can help more guys)