Examveda
Examveda

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.

Answer: Option C


This Question Belongs to Database >> SQL For Database Construction

Join The Discussion

Related Questions on SQL for Database Construction

The DROP TABLE statement:

A. deletes the table structure only.

B. deletes the table structure along with the table data.

C. works whether or not referential integrity constraints would be violated.

D. is not an SQL statement.