What do the initials DDL and DML stand for and what is
their meaning?
Answer Posted / 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 View All Answers
What are concurrency issues?
Which are the db2 tools to protect integrity of the database?
What do you mean by commit and rollback?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
Which command is used to remove all rows from a table?
What is a collection in db2?
Give the name of some fields form sqlca.
How can you classify the locks in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
How to execute stored procedures?
Is ibm db2 open source?
What is ibm db2 used for?
What is coalesce in db2?
How to run db2 command in windows?
What are the contents of a dclmgen?