GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database  >  SQL

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

Answer:

Data Definition Language (DDL)



May 05, 2006 16:11:19 #8
 rajanipriya   Member Since: May 2006    Total Comments: 14 

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.

     

 

Back To Question