Admin Mode property set to TRUE in View object definition.
Admin Mode view overrides the property of Business component. This view allow the user to do u...
when adding view to screen specify the type as aggregate view.But Before that you should create the parent category.then add this parent category to aggrega...
Normal Views are for Access purpose ie One need to give access the end user to specific data.
Materialized Views are to optimize the performance . WHen mater...
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...
Views in SQL Server 2000 are very similar to those in previous versions with a few major exceptions when using Indexed views. When a clustered index is created...
A View can be updated/deleted/inserted if it has only one base table if the view is based on columns from one or more tables then insert, update and delete is n...
No. The table and its view are created anew, but the programs accessing the view do not need to be changed if the view and attributes accessed remain the same...
View - A view is a virtual table containing fields from one or more tables. A virtual table that does not contain any data, but instead provides an application-...
The local client view specification is only available in EJB 2.0. Unlike the remote client view, the local client view of a bean is location dependent. Local cl...