Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: more ocp exam question
The correct answer is D
the full syntax is
for record_var in cursorvar loop
end loop;
The open is handled implicitly.
Regards,
Sybrand Bakker, Oracle DBA
<jlong53_at_my-deja.com> wrote in message news:8brcka$1gk$1_at_nnrp1.deja.com...
> I wonder how many people do the self-test for preparing oracle dba
> exam. For some examples, it is more confusing than the real test:
>
> ============================================
>
> You are developing PL/SQL process flow into your program. The command
> used to open a cursor for loop is which of the following keywords?
>
>
>
> A. open
>
> B. fetch
>
> C. parse
>
> D. None, cursor for loops handle cursor opening implicitly.
>
> Answer : D
> =====================================================================
> I think it should be A. Open.
>
> Any comment?
>
> Thanks,
> J
>
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Mar 29 2000 - 00:00:00 CST
![]() |
![]() |