How do I delete a table in database?
No Answer is Posted For this Question
Be the First to Post Answer
How do I start db2 in windows?
What is bind and rebind in db2?
What does reorg do in db2?
How can you display the current date & current time ?
What is lock contention?
What is pagespace?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
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.
When reorg is used?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
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.
What are concurrency issues?