Application Development 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: 

Views Updation

Former Member
0 Kudos

Hi,

3. Will views get affected when updating the database.

3 REPLIES 3

0 Kudos

Hi,

Since VIEWS does not have any physical storage and they always query the underlying database when ever you query them, views will always get you updated data from the database.

Regards,

Sesh

Former Member
0 Kudos

Hi Basu

View's can not hold data.....,views are selecting tha data from more than one data base tables at a time .....

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

Hi,

Views will be updated frequently based on updations in database tables.After database updated then we have to re execute the veiw to reflect recent changes.

With regards,

K K V