SQL for Database Construction - Technical MCQs

Q1:

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.

ANS:C - To accomplish both of the above.

No answer description is available. Let's discuss.