Is the primary key a clustered index?
No Answer is Posted For this Question
Be the First to Post Answer
Can there be more than one cursor open for any program?
What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
what's the best lock size that you could use when you create a tablespace?
What is COPY PENDING status?
can i code union in cobol-db2 pgm ?
What is temporal table in db2?
is it possible to get -811 error when you use cursors. why?
What is the difference between static and dynamic SQL?
If I have a view which is a join of two or more tables, can this view be updatable?
what are stage one indexable predicates?
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.
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?