please clear this what is the diff b/w select single * and
select up to 1 row?
Answer Posted / malli.gontla
select * from means, it completely retrieves all the data
from database table. it is not good for programming.
select up to 1 row means, it retrieves all the related
values for that query.From that result first row is selected.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is the advantage of structures?
What is the difference between refresh and free statements?
What are the organizational related infotypes? : abap hr
What is the difference between skip and reserve?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
How to convert the Unit for 'Distance' (The value from one Unit to another).
When the top-of-page event does get triggered?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What are the rules to create a BAPI?
What is an update task?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
Can you delete data element, which is being used by table fields. : abap data dictionary
Explain the data types of internal tables?
What are the different types of data dictionary objects? : abap data dictionary
What are the basic functions of database utility?