Views
Views
AIM => To create and manipulate various database objects using vivews
A view is the tailored presentation of data contain in one or more table. It can
also be said as restricted view of the data. A view is a virtual table or a stored
query which takes the output of the query and treats it as a table.
The table upon which a view is created is called the base table.
Types of views :-
1. Horizontal View => It is imposed by 'where' clause.
2. Vertical View => It is imposed by 'select' clause.