What do the initials DDL and DML stand for and what is
their meaning?

Answers were Sorted based on User's Feedback



What do the initials DDL and DML stand for and what is their meaning?..

Answer / s

Data Definition Language CREATE, ALTER, DROP
Data Manipulation Language SELECT, INSERT, UPDATE, DELETE

Is This Answer Correct ?    3 Yes 0 No

What do the initials DDL and DML stand for and what is their meaning?..

Answer / komal riaz

DDL(Data Definition Language) is used for the manipulation
of Tables in SQL. This involves three functions CREATE,ALTER
and DROP.
Whereas DML(Data Manipulation Language) is used for the
manipulation of data in the tables. This involves four basic
functions SELECT,INSERT,UPDATE,DELETE.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is the purpose of the WHENEVER statement?

1 Answers  


can all users have the privilage to use the sql statement select * (dml)?

0 Answers   IBM,


assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it

1 Answers   TCS,


Is the primary key a clustered index?

0 Answers  


What is iseries database?

0 Answers  






What DB2 Catalog column tell you when an index needs table reorganized ?

1 Answers  


What is the syntax required for the creation of a cursor?

1 Answers  


What are the Isolation levels possible ?

5 Answers  


What is the specific need of Plan and..where are the tables in DB2 are physically saved

3 Answers   Infosys,


DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?

1 Answers   IBM,


What should be specified along with a cursor in order to continue updating process after commit?

1 Answers   IBM,


How do I delete a column in db2?

0 Answers  


Categories