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 the reserve command?
What is output determination?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Differentiate database index and match code.
Difference between BDC vs Direct Loads?
Did you create any joins?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What is runtime analysis?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
5) How to rereive text elements in SF and script?
Which bdc you prefer? : abap bdc
Explain the sequences of event block?
State the system field for the current date?
What is the function of a data element?
Why do we use dynamic where conditions?