Select from following answers:- Reference a user-defined function within the computed column.
- Create a BEFORE trigger that maintains the state of the computed column.
- Add a default constraint to the computed column that implements hard-coded values.
- Add a default constraint to the computed column that implements hard-coded CASE statements.
- All Above
we can use UDFs for making use of another table data for computed columns
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator