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?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 3268 | Points: 40
Select from following answers:
  1. Reference a user-defined function within the computed column.
  2. Create a BEFORE trigger that maintains the state of the computed column.
  3. Add a default constraint to the computed column that implements hard-coded values.
  4. Add a default constraint to the computed column that implements hard-coded CASE statements.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response