List down the data types in the db2 database.
No Answer is Posted For this Question
Be the First to Post Answer
How to test SQL -911 error while developing COB-DB2 program
What does the CHECK Utility do ?
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?
What will the FREE command do to a plan?
What is package in cobol db2?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
What is read-only cursor?
How do you concatenate the firstname and lastname from emp table to give a complete name?
Can a Db2 table data be retrived through JCL?
What is a view? Why use it?
What is a DB2 plan?