What is db2 command?
Answer / Sumesh Kumar Gangwar
A DB2 command is a command used to manage and manipulate data within a DB2 database. Examples include CREATE, ALTER, DELETE, and SELECT.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I delete a table in db2?
What is the difference between cursor stability and repeatable read isolation levels?
What is the latest version of ibm db2?
what is parm utility
What are the Isolation levels possible ?
How do I add a column in db2?
Is there any advantage to denormalizing DB2 tables?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What is dbrm library?
What is buffer pool and list some of them?
How to create backup table in db2?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.