
what is the use view in database

A View is a imaginary and virtual table in SQL.It can insulate users from the effects of restructuring and growth in the database.
Advantages:
a) Security
b) Faster Response
c) Complex Query solve
For more information, visit the following links: