Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: What is PL/SQL?
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
![]() |
![]() |