What does db2 mean?
No Answer is Posted For this Question
Be the First to Post Answer
What are the contents of a dclmgen?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify 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.
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?
What is the use of value function?
What is meant by isolation level?
How do I change the column size in db2?
How do I copy a table in db2?
How do I delete a table in db2?
What does sqlcabc has?
How do you check for a null value in a db2 column?