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

Home -> Community -> Usenet -> c.d.o.misc -> Re: What is PL/SQL?

Re: What is PL/SQL?

From: Breno de Avellar Gomes <brenogomes_at_ieee.org>
Date: Wed, 28 Apr 1999 20:17:04 +0100
Message-ID: <37275EB0.A37CDC6F@ieee.org>


PL/SQL is the Oracle implementation of ANSI SQL plus proprietary extensions - functions such DECODE and CREATE FUNCTION.

Standard SQL users can write PL/SQL programs without changes. Oracle7 added several features, followed by 8 and 8i additions.

"Oracle8: The Complete Reference" by George Koch & Kevin Loney, Oracle Press/Osborne, ISBN 0-07-882396-X is a valuable book, featuring a CD ROM with examples.

Feel free to contact me for more info.

"Michael P. McCutcheon" wrote:

> What is PL/SQL?
>
> How does it relate to regular SQL?
>
> Will knowledge of regular SQL be of any use when using PL/SQL?
>
> Is there a spec online?
>
> Is it an oracle specific technology?
>
> If so, what versions of Oracle support PL/SQL?
>
> Are there different versions of PL/SQL?
>
> Many thanks for any information you can provide.
>
> --
> Michael P. McCutcheon


Received on Wed Apr 28 1999 - 14:17:04 CDT

Original text of this message

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