Open Question
Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
  (Time Left: 0 days 0 hours)

Data Definition Language (DDL)

  asked by: nevada777  on: Jan 20, 2009  
Answers ( 10 )

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

  peanutberry   answered on:Jan 21, 2009  0 comments


used your website much usefully

  hawkraven   answered on:Jan 22, 2009  0 comments


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

  blackrain   answered on:Jan 23, 2009  0 comments


tcl

  prince_jihoo   answered on:Jan 25, 2009  0 comments


ds

  lonelyboy   answered on:Jan 26, 2009  0 comments


Data Manipulation Language(DML)

  jjk   answered on:Jan 28, 2009  0 comments


Ans is : DML i.e Data Manipulation Language


  scorpioboe   answered on:Jan 29, 2009  0 comments


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.


  chztne   answered on:Jan 31, 2009  0 comments


DDl

DML

DCL

if anything missing/wrong plz let me know


  claraguigui   answered on:Feb 2, 2009  0 comments


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

  neverendbk   answered on:Feb 3, 2009  0 comments

 
Answer this Question:  Maximum Lenght of Answer:10000

 

Hot Questions

Contact Us - IT-Interview