0 votes
in Oracle by
What is a View?

1 Answer

0 votes
by

A view is a logical table based on one or more tables or views. A View is also referred as a user-defined database object that is used to store the results of a SQL query, that can be referenced later in the course of time. Views do not store the data physically but as a virtual table, hence it can be referred as a logical table. The corresponding tables upon which the views are signified are called Base Tables and this doesn’t contain data.

Related questions

0 votes
asked Mar 24, 2023 in Oracle by john ganales
0 votes
asked May 11, 2020 in Oracle by JackTerrance
...