![]() |
IT-Interview.com:Open Database for IT Professionals to share interview questions, answers and knowledge. |
![]() |
IT-Interview.com:Open Database for IT Professionals to share interview questions, answers and knowledge. |
Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?Data Definition Language (DDL)
asked by: nevada777 on: Jan 20, 2009
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.
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
neverendbk answered on:Feb 3, 2009 0 comments