Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: more ocp exam question

Re: more ocp exam question

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/03/29
Message-ID: <954306846.12155.0.pluto.d4ee154e@news.demon.nl>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US