InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Table View And Infoset Query? |
|
Answer» An InfoSet Query is a query using FLAT TABLES while a view table is a view of ONE or more existing tables. Parts of these tables are hidden, and others remain visible. An InfoSet Query is a query using flat tables while a view table is a view of one or more existing tables. Parts of these tables are hidden, and others remain visible. |
|