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

Views Updation

Former Member
0 Likes
474

Hi,

3. Will views get affected when updating the database.

Hi,

3. Will views get affected when updating the database.

3 REPLIES 3
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
451

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

Read only

Former Member
0 Likes
451

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

Read only

Former Member
0 Likes
451

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