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 |
when we are trying to update db2 rows. if the program abends . how we will know that the last successful update row was
What is explain plan in db2?
What is the syntax for creating a table in the db2 database?
What is an alias?
What is the use of db2?
What are the various data types available in db2?
How do you filter out the rows retrieved from a Db2 table ?
What is meant by explain?
What is a thread?
What is read-only cursor?
What is the difference between nvl and coalesce?
what is the process of precompiler?