Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: What is PL/SQL?
PL/SQL is Programming Language/Structured Query Language. It is a programming
language just like "C" having statements like "if", "for" "else" etc.
Knowledge of SQL is absolutely necessary to know PL/SQL, since it is is
around the results that the SQL statements generate, that programs can be
written to check for conditions. This is only Oracle Specific and is not used
in any other Database or engine. All versions from Oracle 6.x onwards support
PL/SQL. There are different versions of PL/SQL, but will work with Oracle
that is supplied with the CD. PL/SQL is now part and parcel of Oracle and
Oracle does not exist anymore without PL/SQL.
Thanks,
In article <37260162.B6A7C644_at_value.net>,
"Michael P. McCutcheon" <michaelm_at_value.net> 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
>
>
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Apr 27 1999 - 14:54:33 CDT
![]() |
![]() |