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: OCP Sample Test Questions

Re: OCP Sample Test Questions

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/03/10
Message-ID: <952732280.3089.3.nnrp-09.9e984b29@news.demon.co.uk>#1/1

The question, as supplied seems to say:

> Which of the following statements ends a transaction?
> a. COMMIT
> b. ROLLBACK
> c. DROP
> d. ALTER
> e. DELETE

It does not say -
> d. ALTER (the DDL version)
 nor does it say
> d. ALTER TABLE

Arguably, given the question as stated, it would be possible to claim that ROLLBACK is also wrong, because not every use of the ROLLBACK statement guarantees to terminate a transaction, viz: rollback to savepoint X

--

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

Kari Pannila wrote in message <38C8F8BD.9AF89FA6_at_ougf.fi>...

>Hi
>
>The point is that 'ALTER SESSION' is NOT a DDL
>(Data Definition Language) command but a Session Control command.
>
Received on Fri Mar 10 2000 - 00:00:00 CST

Original text of this message

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