Define db2.
What is a Database Request Module(DBRM)?
wht happens if we close cursor with cursor with hold option?
How can you find out the # of rows updated after an update statement?
What is view db2?
where can we use index and subscript ? with example ?
Are view updateable?
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
how can you access index
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.
What is precompiler in db2?
How do you do the EXPLAIN of a dynamic SQL statement?
what is sql abend code -801,-802?