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)



March 03, 2005 02:12:18 #1
 nishit patel   Member Since: Visitor    Total Comments: N/A 

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
     

 

Back To Question