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.
Answer Posted / anonymous
Select Order by Rank and up to 3 rows
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
what is abstract classes
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Difference between sy-tabix and sy-index? Where it is used?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What are the functions of lock objects?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
Explain the session method? : abap bdc
wat is the default file name of BAPI trace?
Program lines for the radio button selection and unabling some input variables in section screen
What are the two different ways of building a match code object? : abap data dictionary
What should be the approach for writing a bdc program? : abap bdc
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the differences between sap memory and abap memory?
What are conversion routines? : abap data dictionary
In a loop of an internal table, what is the use of at first & at last statements?