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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL DDL

Re: SQL DDL

From: andrija <ar35644_at_fer.hr>
Date: Tue, 4 Dec 2001 13:09:12 +0100
Message-ID: <9uiedb$c97m$1@as201.hinet.hr>


DDL stands for 'Data Definition Language'. It's the part of SQL for creating objects in database.(create table, create index, drop table, truncate table...).
Other part of SQL is DML - Data Manipulation Language - for manipulatin data - select, insert, update, delete...

Important for DDL is that it's not logged - you can not rollback 'DROP TABLE...'. "Flex" <flexNOSP_at_Mfreemail.it> wrote in message news:G81P7.4030$Yc1.121810_at_news1.tin.it...
> What is : SQL DDL , I read this when I learn to use Lobs file, but I
> understand nothing.
>
> Hello
> Flex
>
>
Received on Tue Dec 04 2001 - 06:09:12 CST

Original text of this message

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