What are the contents of dclgen?
Answer / Karamveer Singh
DCLGEN is a DB2 command used to generate DDL statements (CREATE, ALTER, and DROP) for creating or altering database objects. The output from DCLGEN will contain SQL code defining the structure of the specified object(s).
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What do you mean by cursor?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
how to fetch first 100 rows in db2
How to test SQL -911 error while developing COB-DB2 program
What is a Foreign Key?
1 Answers Tavant Technologies, Zensar,
How does db2 sample database connect?
What kind of database is db2?
Suppose if I need to update a column, how you do that using cursor?
When do you specify the isolation level? How?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
How do you simulate the explain of an embedded sql statement in spufi/qmf?