GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Database  >  SQL
Next Question 
 SQL  |  Question 1 of 139    Print  
Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

Data Definition Language (DDL)


  
Total Answers and Comments: 10 Last Update: June 02, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 12, 2005 02:12:18   #1  
nishit patel        

RE: Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
DML* stands for Date Manupulation LanguageExamples 1>update2>delete3>alter4>merge
 
Is this answer useful? Yes | No
July 26, 2005 01:06:22   #2  
sundar        

RE: Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
used your website much usefully
 
Is this answer useful? Yes | No
August 11, 2005 01:11:12   #3  
Venkat Bandaru        

RE: Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
DDL statements.
DML statements manipulate only data within the data structures already created by DDL statements.

 
Is this answer useful? Yes | No
September 19, 2005 08:37:14   #4  
muthu        

RE: Which is the subset of SQL commands used to man...
tcl
 
Is this answer useful? Yes | No
September 28, 2005 06:28:42   #5  
Shaffiq Ahamed        

RE: Which is the subset of SQL commands used to man...
ds
 
Is this answer useful? Yes | No
October 06, 2005 15:48:56   #6  
lovingavijit Member Since: October 2005   Contribution: 1    

RE: Which is the subset of SQL commands used to man...
Data Manipulation Language(DML)
 
Is this answer useful? Yes | No
October 13, 2005 16:08:07   #7  
anuradha        

RE: Which is the subset of SQL commands used to man...

Ans is : DML i.e Data Manipulation Language


 
Is this answer useful? Yes | No
May 08, 2006 16:11:19   #8  
rajanipriya Member Since: May 2006   Contribution: 19    

RE: Which is the subset of SQL commands used to man...

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.


 
Is this answer useful? Yes | No
December 12, 2006 00:17:03   #9  
Mahesh        

RE: Which is the subset of SQL commands used to manipu...

DDl

DML

DCL

if anything missing/wrong plz let me know


 
Is this answer useful? Yes | No
June 02, 2008 15:14:59   #10  
rabbi08 Member Since: May 2008   Contribution: 10    

RE: Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
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

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape