View – Temporary Output

What is a View?

A View is the temporary output of a query that has been run on data, which database users may access just like they would in a permanent database connection object. In other words, views are snapshots of the persistent database, that enable users or stored procedures to manipulate the data without pinging the original database source.

This topic is addressed on the following pages: