Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

Data Definition Language (DDL)

  
Showing Answers 1 - 17 of 17 Answers

nishit patel

  • Mar 12th, 2005
 

DML* stands for Date Manupulation LanguageExamples 1>update2>delete3>alter4>merge

sundar

  • Jul 26th, 2005
 

used your website much usefully

  Was this answer useful?  Yes

Venkat Bandaru

  • Aug 11th, 2005
 

DDL statements.  
DML statements manipulate only data within the data structures already created by DDL statements.

muthu

  • Sep 19th, 2005
 

tcl

  Was this answer useful?  Yes

Shaffiq Ahamed

  • Sep 28th, 2005
 

ds

  Was this answer useful?  Yes

anuradha

  • Oct 13th, 2005
 

Ans is :     DML i.e Data Manipulation Language

  Was this answer useful?  Yes

DDL, the data definition language is used to manipulate the data structures and even the tebles. They are, Create,Alter,Rename, drop and truncate.

  DML ,the data manipulation language is used to make changes to the existing data in tha tables. They are, Insert, Update,Delete  and Merge.

Mahesh

  • Dec 12th, 2006
 

 DDl

DML

DCL

if anything missing/wrong plz let me know

  Was this answer useful?  Yes

rabbi08

  • Jun 2nd, 2008
 

DDL: Data Definition Language is the subset which is used to manipulate Oracle database structures. i.e. Create, Alter, Drop

DML: Data Manipulation Language is the set used to manipulate the data within the database. i.e. Insert,Delete,Upadate

DCL: Data Control Language is the set used to control access to data in database. i.e. Grant, Revoke

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions