meaning of view in sql

meaning of view in sql

View is a representation of a sql statement stored in memory, which can be easily reusable.
we can view the data without storing the data into the object. We can restict the view of a table i.e. can hide some of columns in the tables. We can Join two or more tables and show it as one object to user.