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

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL help needed

Re: PL/SQL help needed

From: Marc Mazerolle <informaze_at_sympatico.ca>
Date: Fri, 19 Feb 1999 17:18:51 -0500
Message-ID: <36CDE34B.6397B629@sympatico.ca>

Farjaad wrote:

> Hi
>
> Could you guys let me have answers to the followings:
>
> 1. What is the difference between PL/SQL Tables and SQL Tables

PL-SQL tables are in memory

>
>
> 2. What is Dynamic SQL

Dynamic SQL is the technique of building DML statements (SELECT, INSERT, etc) by a program and executing it within the code. (Ummmm i guess this will do)

>
>
> 3. Can we use DDL statments in PL/SQL

Not directly from PL-SQL... Someone else might have a better answer.

>
>
> Your kind help would be much appreciated
>
> Thanks
> Farjaad
> farjaad_at_yahoo.com


Received on Fri Feb 19 1999 - 16:18:51 CST

Original text of this message

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