Will the views get effected when updating the database?
Answer Posted / venkata subramanian
Yes. Since views do not exist in physical memory but are
only the logical representation of the physical tables.
Queries made on these views just fetch data from the
database tables.
Changes made in these tables will definitely affect the
results the View’s generate.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the differences between table and structure in data dictionary?
What is the table buffer?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
Can we use flow logic control key words in abap/4 and vice-verse?
What is off cycle payroll run
What are the main events of which are used for logical database?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are spa/gpa parameters (sap memory)?
What are the tcodes for performance tuning?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are subroutines? : abap modularization
How to copy table across clients?
How to maintain lists?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
Concepts of OO ABAP and why we are using it?