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 the syntex used to call a screen as dialog box (pop up)?
Explain what is step-loop? Explain all the steps?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What are the differences between macro and subroutine?
What are the page windows? How many main windows will be there in a page window?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Explain the advantages/disadvantages of logical databases?
how can we enable hyperlink in screen painter?
What are the events we use in dialog programming and explain them?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
Explain the systems fields used for interactive lists and lists?
Explain how do you use structures in the abap programs?
How many default tab strips are there?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
where do we store all custom programs in SD module?