There is a Database Table of Student Details with Fields Student Id, Student Name, Class ID and Rank. Now how to fetch the first three students with highest ranks from all Classes.
Answers were Sorted based on User's Feedback
Answer / vinay
in the select statement use the max keyword and select up to
3 rows .
Is This Answer Correct ? | 2 Yes | 6 No |
Answer / gaurav walia
first sort the rank field by descending.....den select rank up to 3 rows...
Is This Answer Correct ? | 0 Yes | 6 No |
What are the control break events in abap? : abap data dictionary
Differentiate database index and match code.
What are IDOCs?
What will you code in start-of-selection & end-of-selection ?
What's the use of AT PF event?
What is buffering allowed but switched off?
How many structures can be created in a Ztable ?
What is an abap/4 query? : abap hr
what is the transaction code for asset master transaction
table to be buffered or not?
in which event validation is done?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary