What is an advantage of placing computations in SQL views?
A
To save users from having to write an expression.
B
To ensure that the results are consistent.
C
To accomplish both of the above.
D
None of the above is correct - computations cannot be placed in a view.
Correct Answer: To accomplish both of the above.