What do the initials DDL and DML stand for and what is
their meaning?
Answer Posted / s
Data Definition Language CREATE, ALTER, DROP
Data Manipulation Language SELECT, INSERT, UPDATE, DELETE
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does runstats do in db2?
Can there be more than one cursor open for any program?
What is alias in db2?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Is ibm db2 open source?
How do you select a row using indexes in db2?
Mention the various locks that are available in db2.
What is role in db2?
What is universal database?
Explain about rct in db2?
Can we update view in db2?
How can the duplicate values be eliminated from db2 select?
How does db2 sample database connect?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?