Answer Posted / mohd arshad
When you want to the contents of multiple database tables together you create a view for it. You can select which fields You want and what data you want to display, a concept called projection and selection respectively. There various type of views database views( inner join) , maintenance views,(outer join) , help views(outer join) and projection views(created on one table projecting the display of the fields).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the components in sap application server?
What is an Open Item in SAP? How will you find an Open Item in SAP?
Explain the advantages/disadvantages of logical databases?
What are interface/conversion programs in SAP?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are system fields for secondary lists?
What is difference between check table and value table ?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
Define abap/4 layer? : abap data dictionary
What are the Control levels in internal tables?
how to track records from data dictionary?
What are the different methods of bdc? : abap bdc
foreign key enforcement?
Abstract class and interface, multiple inheritance, live example