Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Database Views

Former Member
0 Likes
329

hi experts

does view always contains updated data from the base tables ?

1 ACCEPTED SOLUTION
Read only

LucianoBentiveg
Active Contributor
0 Likes
310

Yes, becose a view is not fisically in database. Data from view are joined dinamically when you demand it.

Regards,

2 REPLIES 2
Read only

LucianoBentiveg
Active Contributor
0 Likes
311

Yes, becose a view is not fisically in database. Data from view are joined dinamically when you demand it.

Regards,

Read only

Former Member
0 Likes
310

Hi,

Yes..View will have the updated data from the base tables..

Thanks,

Naren