‎2007 Feb 07 5:28 PM
hi experts
does view always contains updated data from the base tables ?
‎2007 Feb 07 5:30 PM
Yes, becose a view is not fisically in database. Data from view are joined dinamically when you demand it.
Regards,
‎2007 Feb 07 5:30 PM
Yes, becose a view is not fisically in database. Data from view are joined dinamically when you demand it.
Regards,
‎2007 Feb 07 5:31 PM
Hi,
Yes..View will have the updated data from the base tables..
Thanks,
Naren