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 |
What is the significance of DB2 free space and what parameters control it?
What is the role of schema in the db2 database?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
Is it possible using max on a char column?
What does db2 mean?
What is the FREE command?
What is rct?
What are catalog tables in db2?
How to retrieve rows from a db2 table in embedded sql?
Mention some fields that are a part of sqlca.
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
What are the contents of a dclmgen?