Oracle Developer Question:

Explain What are the advantages of Views?

Oracle Developer Interview Question
Oracle Developer Interview Question

Answer:

Provide an additional level of table security, by restricting access to a predetermined set of rows and columns of a table. Hide data complexity. Simplify commands for the user. Present the data in a different perpecetive from that of the base table. Store complex queries.


Previous QuestionNext Question
Explain Do View contain Data?What is Sequence?