what is the difference between FOR ALL ENTRIES and SELECT *
FROM ?
Answer Posted / surya
For all entries means: select query will be fetch the
records based on the records which are in the internal
table fields using for all entries.it gives the better
performance,while fetching records from the database.
select * from : it will fetch the records of all the fields
in the database table.it consumes the time .performace
problem.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages/disadvantages of logical databases?
What is the difference between skip and new-line?
What is the significance of delivery class?
What are the types of subroutines? : abap modularization
Why we are using Macros instead of Function Modules
Sy index and sy tabix
What do you mean by transparent tables in sap abap? : abap data dictionary
What are the basic objects of the data dictionary? : abap data dictionary
What is meant by authorization? : sap abap hr
How to creat transactions? : abap data dictionary
What is tmg?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
How do you write manual bdc session method? : abap bdc
What is the function of the correction system?