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: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/03/29
Message-ID: <954312285.15113.0.nnrp-10.9e984b29@news.demon.co.uk>#1/1

If the question has been quoted correctly, then the correct answer has not been supplied as an option -

The command to open a 'cursor for loop' is FOR ;)

If the question read:

    What is the command used to open the     cursor used in a 'cursor for loop' the answer     the answer would be D.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Sybrand Bakker wrote in message
<954306846.12155.0.pluto.d4ee154e_at_news.demon.nl>...

>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
Received on Wed Mar 29 2000 - 00:00:00 CST

Original text of this message

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