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 basic difference internal tables and database tables? : abap data dictionary
How many secondary indexes can we create in a table?
What happens if only one of the commands set screen and leave screen is used without using the other?
What is the difference between synchronous and asynchronous update?
out bound process code for quotation?
Explain the Importance of pa20? : abap hr
What are the different functions used in sap script? What are the parameters used in each function?
What is the definition of modification in an sap system and how do they impact an upgrade?
How to split one Invoice into Multiple ( Step by Step)?
Explain how do you use structures in the abap programs?
How do you Export a session ?
What is the difference between rfc and bapi function modules? : abap bdc
How move-corresponding works
what is the exact code that shoud be implimented in sap note
What will exactly the hide statement do?