What is the maximum No of rows per page?
No Answer is Posted For this Question
Be the First to Post Answer
How can deadlocks be resolved?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
What is the use of value function?
If I have a view which is a join of two or more tables, can this view be updatable?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is cursor stability in db2?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
Can SQL statements/queries be included in a copybook?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
what are the bind parameters?
What is cascading rollback?
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?