Are view updateable?
Can we delete records from view?
What is the syntax required for the creation of a cursor?
How can we define a table? How can we apply SEARCH ALL on it ?
How do I add a column to a table in db2?
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
What is plan in cobol db2?
what are the max. & min. no. of partitions allowed in a partition tablespace?
What is the use of reorg in db2?
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?