What do the initials DDL and DML stand for and what is
their meaning?
Answers were Sorted based on User's Feedback
Answer / s
Data Definition Language CREATE, ALTER, DROP
Data Manipulation Language SELECT, INSERT, UPDATE, DELETE
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
How many buffer pools are there in DB2?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
What is the use of db2?
What do the initials DDL and DML stand for and what is their meaning?
What is bind in db2?
Which isolation level provides maximum concurrency?
How to resolve -803 sql code in DB2?
How do I import data from excel to db2?
What is the purpose of the WHENEVER statement?
How can you classify the locks in db2?
What is a SELECT statement?
How do I delete a table in database?