What is ibm db2 client?
No Answer is Posted For this Question
Be the First to Post Answer
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Define check constraint.
What is pagespace?
What is a view? Why use it?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?
What is a DB2 bind?
How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?
What is Call attach facility? How does it work?
how can u understand the end of the table ?
What do you mean by NOT NULL? When will you use it?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.