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 value table? : abap data dictionary
How can we access the correction and transport system?
Mention the various databases integrities?
What are the different types of work process?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What happens Update command is used without where clause ?
What is sap abap data dictionary?
Can we use transfer dataset to transfer data in internal table ?
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?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is generic buffering?
What are the data types of the abap/4 layer?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is transparent table?