InterviewSolution
Saved Bookmarks
| 1. |
What Is A 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). |
|