does select single *.. / select * .. affect performance ? how?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give few names of pooled tables in sap ?

1505


Does the table can have multiple foreign keys?

593


what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me

1542


What will you code in start-of-selection & end-of-selecton & why?

578


How is conversion of data types done between abap/4 & external level?

569






What are clustered tables?

616


How move-corresponding works

933


In which cluster time results are stored? : abap hr

589


What are the different types of mode (run code) in call transaction method?

622


What are standard layouts sets in the sap script?

553


What are roles and authorization objects?

1197


Explain how do you use structures in the abap programs?

538


When, how and how would you control changes to standard SAP objects.

1430


What is value table? : abap data dictionary

643


What is the differences between structure and table in the data dictionary in abap?

610