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

Home -> Community -> Usenet -> c.d.o.tools -> Re: two simple questions

Re: two simple questions

From: <steveee_ca_at_my-deja.com>
Date: Wed, 10 Jan 2001 17:08:12 GMT
Message-ID: <93i4ti$2kv$1@nnrp1.deja.com>

In article <1gT66.5477$aU3.581892_at_news.uswest.net>,   "gbiltz" <gbiltz7587_at_qwest.net> wrote:
> Could someone please be kind enough to explain the difference between
 PL/SQL
> and SQL PLUS ? And also the definition of " := " ?
>
> Hi,

SQL*Plus is a TOOL, an interface, NOT a language. You can use either SQL or PL/SQL with it, the same as you can with various other interfaces.

PL/SQL is an extension, or superset of SQL that allows you to do things that SQL itself can't (e.g. IF..THEN..ELSE)..the PL stands for "Procedural Language"..each major vendor has a similar tool. Sybase, for instance, uses "Transact SQL" which adds the same sorts of features to SQL as PL/SQL does.

The definition of " := " has been answered by the other posters..

Take care,

Steve

Sent via Deja.com
http://www.deja.com/ Received on Wed Jan 10 2001 - 11:08:12 CST

Original text of this message

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