DEVFYI - Developer Resource - FYI

What are the advantages of VIEW?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What are the advantages of VIEW?

- To protect some of the columns of a table from other users.
- To hide complexity of a query.
- To hide complexity of calculations.

(Continued on next question...)

Other Interview Questions