You see the following consecutive SQL statements while profiling:
When looking up the C/AL code you see following code:
Cust.FINDFIRST;
Which C/AL statement on the Cust variable generates the second SQL statement?
A.
FINDSET
B.
NEXT
C.
FINDLAST
D.
REPEAT