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 abap work bench?
Have you printed any report?
Static and instance variable and method with live example. Why and when to use
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What is a help view? : abap data dictionary
What is meant by stacked list?
What are local objects?
What is the difference between Check and Continue?
What is a projection view? : abap data dictionary
What is a fall back class?
What are the different modes of processing batch input sessions? : abap bdc
Explain what is the difference between primary key and unique key?
What is protect & endprotect?
What is time constraint ? : abap hr
Explain the difference between tables and structures?