Can we modify data in data base table using view?
Answer Posted / m damodar sai
DataBase View : this view can be built over many tables
Data can be modified if the view is built over a single table.
Projection View : this view must be built over a single table
Data can be modified through this view.
Maintenance view : Data can be modified using this view , but generally these prefered when data distributed to several tables forms a logical unit for the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is amdp (abap managed data procedures)?
What are the difference between tables and structures? : abap data dictionary
What is meant by performance analysis? Have done anything to improve the performance?
What are the two ways for restricting the value range for a domain ?
How to create any functions? How to go about it?
Which commands are used for interactive reports?
Write syntax for message error (report)?
What is the difference between a substructure and an append structure? : abap data dictionary
How do you Export a session ?
What are the arithmetic operators in the sap abap?
What are the time related infotypes? : abap hr
What is the different type of projects? : sap abap hr
Name the abap/4 modularization techniques?
What are matchcodes?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc