What is the difference between select single and select upto
1 rows?

Answer Posted / manu gowdru

select single:it selects the first record which matches the condition defined in WHERE clause.so if there many records which matches the criteria will be ignored,so its not unique

select upto 1 rows:it retrieves all the records which matches the condition mentioned in WHERE clause and puts aggregate,average and gives the result

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the function modules used to create batch input session? : abap bdc

617


Why cant we use Normal function module for data transfer?

1689


What are the functions of lock objects?

680


Can a filed occur in several field groups? : abap modularization

642


What are the rules to create a BAPI?

1151






What is roles and responsibilities of sap hr consultants? : sap abap hr

561


What are the two statements which are required in an abap program to output an icon using a write statement?

748


What are the difference between tables and structures? : abap data dictionary

640


What is database utility? : abap data dictionary

584


What is the company code? : sap abap hr

556


Which database object is used for storing the system variables? : abap data dictionary

711


What is the use of message command in a report? What are the different message types?

538


Explain what is the difference between primary key and unique key?

623


What is synchronous update?

557


What are logical databases? What are the advantages of logical databases?

502