Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL, SQL PLUS, PL/SQL
SQL: Structured Query Language.
This is an ANSI standard for querying relational databases.
SQL*Plus: A query tool from Oracle that includes an implementation of SQL.
PL/SQL: A procedural language designed by Oracle for Oracle databases. This can be compiled and executed at runtime, or precompiled and stored in the database for execution at a later time. It includes SQL, and is itself derived from Ada.
Jared
On Tue, 22 Aug 2000, Rusnak, George A. II wrote:
> I was recently asked, what is the difference between SQL, SQL Plus and
> PL/SQL. I admit it ... I choked !!
> Where can I find a good definition of each??
>
> TIA
>
> Al Rusnak
> COM (804) 734-4937
> DSN 687-4937
>
> --
> Author: Rusnak, George A. II
> INET: rusnakg_at_SDCL.LEE.ARMY.MIL
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
Jared Still
Certified Oracle DBA and Part Time Perl Evangelist ;-)
Regence BlueCross BlueShield of Oregon
jkstill_at_bcbso.com - Work - preferred address
Received on Tue Aug 22 2000 - 14:19:33 CDT