InterviewSolution
Saved Bookmarks
| 1. |
What Is Named Query? |
|
Answer» Named query in DSV is SIMILAR to View in Database. This is USED to CREATE Virtual table in DSV which will not impact the underlying database. Named query is MAINLY used to merge the two or more table in the datasource view or to filter COLUMNS of a table. Named query in DSV is similar to View in Database. This is used to create Virtual table in DSV which will not impact the underlying database. Named query is mainly used to merge the two or more table in the datasource view or to filter columns of a table. |
|