SAP ABAP Question:

What are types of Select statements?

SAP ABAP Interview Question
SAP ABAP Interview Question

Answer:

SELECT SINGLE <cols> ... WHERE ...

SELECT [DISTINCT] <cols> ... WHERE ...

SELECT <lines> * ...


Previous QuestionNext Question
What are the sequences of event block?What are DML commands in ABAP?