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

How many buffer pools are there in DB2?

2 Answers  


if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..

4 Answers   IBM,


What is the use of db2?

1 Answers  


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

2 Answers  


What is bind in db2?

1 Answers  


Which isolation level provides maximum concurrency?

1 Answers  


How to resolve -803 sql code in DB2?

3 Answers   Cap Gemini,


How do I import data from excel to db2?

1 Answers  


What is the purpose of the WHENEVER statement?

1 Answers  


How can you classify the locks in db2?

1 Answers  


What is a SELECT statement?

1 Answers  


How do I delete a table in database?

1 Answers  


Categories