Saved Bookmarks
| 1. |
What Is An Oracle View? |
|
Answer» A view is a VIRTUAL table. Every view has a query attached to it. (The query is a SELECT statement that identifies the COLUMNS and ROWS of the table(s) the view uses.) A view is a virtual table. Every view has a query attached to it. (The query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.) |
|