SAP ABAP Question:
What are types of Select statements?

Answer:
SELECT SINGLE <cols> ... WHERE ...
SELECT [DISTINCT] <cols> ... WHERE ...
SELECT <lines> * ...
SELECT [DISTINCT] <cols> ... WHERE ...
SELECT <lines> * ...
Previous Question | Next Question |
What are the sequences of event block? | What are DML commands in ABAP? |