What is the difference between view and table ?
Answer Posted / vani pushadapu
view is a virtual table based on the result-set of an SQL
statement.
A view contains rows and columns, just like a real table.
The fields in a view are fields from one or more real
tables in the database.
You can add SQL functions, WHERE, and JOIN statements to a
view and present the data as if the data were coming from
one single table.
| Is This Answer Correct ? | 76 Yes | 17 No |
Post New Answer View All Answers
What is an “on request field” statement?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What are the events driven batch jobs?
5) How to rereive text elements in SF and script?
What does the ‘suppress dialog’ do?
What is the difference between data elements and domains? : abap data dictionary
What are the two statements which are required in an abap program to output an icon using a write statement?
What are the types of the software component being deployed in the sap?
What is the significance of delivery class? : abap data dictionary
How many types of views are there? : abap data dictionary
What is the procedure you followed to upload the data?
What is macro? : abap hr
How to call a subroutine in sapscript?
What is the difference between the exits created in M.M and S&D?