does select single *.. / select * .. affect performance ? how?
Answer / kumar bgk
select single * ---> retrieves all the records in that
particular row defined by our selection citeria.
select * ---> retrieves all records from all the coloumns of
the table i.e., the entire table.
so the time consumed in retrieving all this information is
very high atleast in terms of programming and so it
significantly affects the performance.
Is This Answer Correct ? | 8 Yes | 0 No |
Please Help... i'm freshers just have 3 months web development training..still jobless ..my question is ...what is the future after completing SAP ABAP module, IS SAP cartification from seimens is good for freshers like Me, IS there are job surity after investing 3.5 lack
What is the difference between value table and check table?
what are the important fields while preparing sales order,inquiry?
What are hashed tables?
Explain what are the system fields? Explain?
Which client is called as golden cient? IS it 100, if yes why?
dynamic programming in sap abap
How to create any functions? How to go about it?
What are aggregated objects
Explain the Inportance of pa40? : abap hr
how we can take a file from Presentation server to Application server?
What will happen if i dont use initialization and start of selction event in report?