1.

What Is A View?

Answer»

A view is a TAILORED PRESENTATION of the data contained in one or more TABLES or other views. A view is OUTPUT of a query and treats it as a table. Therefore, a view can be thought of as a stored query or a virtual table. A view is not ASSIGNED any storage space, nor does a view actually contain data.

A view is a tailored presentation of the data contained in one or more tables or other views. A view is output of a query and treats it as a table. Therefore, a view can be thought of as a stored query or a virtual table. A view is not assigned any storage space, nor does a view actually contain data.



Discussion

No Comment Found