What is image copy in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is db2 connect?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
Define check constraint.
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
What parameters are used to control the free space in DB2?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
Explain the function done by data manager?
What is dynamic SQL?
how can we find nth max salary from A table
What is a db2 tablespace?
Where do you specify them?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?